{"id":8,"name":null,"description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","url":"https://github.com/grpc/grpc","last_synced_at":"2026-08-16T02:32:19.029Z","repository":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45284,"open_issues_count":1376,"forks_count":11359,"subscribers_count":1360,"default_branch":"master","last_synced_at":"2026-08-15T15:33:11.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T12:35:17.000Z","dependencies_parsed_at":"2026-08-15T15:43:25.343Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36698916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"packages":[{"id":1515989,"name":"cgrpc","ecosystem":"npm","description":"gRPC Library for Node (temporary fork based on 0.9.0)","homepage":"http://www.grpc.io/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2015-07-23T21:22:14.516Z","latest_release_published_at":"2015-07-23T21:22:14.516Z","latest_release_number":"0.9.1","last_synced_at":"2026-08-15T23:01:16.815Z","created_at":"2022-04-09T04:07:29.481Z","updated_at":"2026-08-15T23:01:16.815Z","registry_url":"https://www.npmjs.com/package/cgrpc","install_command":"npm install cgrpc","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.9.1"},"contentPolicy":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:18.707Z","dependent_packages_count":1,"downloads":9,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":59.88173098450381,"dependent_repos_count":10.295976646711454,"dependent_packages_count":20.907756255897063,"stargazers_count":0.451447036479038,"forks_count":0.38170493939299727,"docker_downloads_count":null,"average":18.383723172596873},"purl":"pkg:npm/cgrpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/cgrpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/cgrpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/cgrpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cgrpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cgrpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cgrpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cgrpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cgrpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/cgrpc/codemeta","maintainers":[{"uuid":"cjhs","login":"cjhs","name":null,"email":"jens.schmidt+c@gmail.com","url":null,"packages_count":1,"html_url":"https://www.npmjs.com/~cjhs","role":null,"created_at":"2022-11-11T17:39:17.970Z","updated_at":"2022-11-11T17:39:17.970Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/cjhs/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5740898,"maintainers_count":1228152,"namespaces_count":415986,"keywords_count":872748,"github":"npm","metadata":{"funded_packages_count":186576,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-08-15T05:02:52.665Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13085103,"name":"python312Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T18:00:07.887Z","latest_release_published_at":"2026-02-01T18:00:07.887Z","latest_release_number":"1.67.0","last_synced_at":"2026-04-10T01:03:14.401Z","created_at":"2026-02-01T18:00:05.668Z","updated_at":"2026-08-15T15:37:18.972Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python312Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python312Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/grpcio-status/default.nix#L44","metadata":{"nix_attribute":"python3.12-grpcio-status-1.67.0","position":"pkgs/development/python-modules/grpcio-status/default.nix:44","platforms":["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","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:18.972Z","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":0.027872736364903308,"forks_count":0.01967487272816704,"docker_downloads_count":null,"average":0.011886902273267587},"purl":"pkg:nix/python312Packages.grpcio-status?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python312Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5052,"html_url":null,"role":null,"created_at":"2026-03-03T20:16:51.542Z","updated_at":"2026-03-03T20:16:51.542Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/fabaff/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":2524},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-15T05:04:20.477Z","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":5286751,"name":"grpcio-status","ecosystem":"conda","description":"Reference package for GRPC Python status proto mapping.","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2021-12-16T13:24:05.000Z","latest_release_published_at":"2026-02-11T14:51:35.000Z","latest_release_number":"1.78.0","last_synced_at":"2026-03-11T16:11:44.950Z","created_at":"2022-10-03T15:44:07.382Z","updated_at":"2026-08-15T15:37:19.161Z","registry_url":"https://anaconda.org/anaconda/grpcio-status","install_command":"conda install -c anaconda grpcio-status","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.161Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":48.750761730652044,"dependent_packages_count":30.65204143814747,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":39.70140158439976},"purl":"pkg:conda/grpcio-status","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-status/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5467,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":841},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-08-15T05:05:54.601Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":12046953,"name":"grpc-bazel-rules","ecosystem":"conda","description":"Bazel rules for gRPC","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":3,"first_release_published_at":"2025-08-27T21:02:01.000Z","latest_release_published_at":"2026-03-23T15:00:16.000Z","latest_release_number":"1.78.0","last_synced_at":"2026-03-24T00:05:52.268Z","created_at":"2025-08-27T20:49:19.737Z","updated_at":"2026-08-15T15:37:19.143Z","registry_url":"https://anaconda.org/anaconda/grpc-bazel-rules","install_command":"conda install -c anaconda grpc-bazel-rules","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.143Z","dependent_packages_count":0,"downloads":50,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":46.3994406898159,"dependent_packages_count":42.20461430901888,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":44.30202749941739},"purl":"pkg:conda/grpc-bazel-rules","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpc-bazel-rules","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpc-bazel-rules","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpc-bazel-rules/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-bazel-rules/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-bazel-rules/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-bazel-rules/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-bazel-rules/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-bazel-rules/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-bazel-rules/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5467,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":841},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-08-15T05:05:54.601Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":10908313,"name":"gopkg.in/grpc/grpc.v1","ecosystem":"go","description":"","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":"gopkg.in/grpc","versions_count":335,"first_release_published_at":"2016-08-12T17:12:33.000Z","latest_release_published_at":"2024-10-28T16:27:38.000Z","latest_release_number":"v1.67.1","last_synced_at":"2026-08-15T23:01:39.680Z","created_at":"2024-09-20T06:27:47.728Z","updated_at":"2026-08-15T23:01:39.680Z","registry_url":"https://pkg.go.dev/gopkg.in/grpc/grpc.v1","install_command":"go get gopkg.in/grpc/grpc.v1","documentation_url":"https://pkg.go.dev/gopkg.in/grpc/grpc.v1#section-documentation","metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.295Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.598062068427418,"dependent_packages_count":6.184288807396715,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.391175437912066},"purl":"pkg:golang/gopkg.in/grpc/grpc.v1","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/grpc/grpc.v1","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/grpc/grpc.v1","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/grpc/grpc.v1/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgrpc%2Fgrpc.v1/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgrpc%2Fgrpc.v1/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgrpc%2Fgrpc.v1/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgrpc%2Fgrpc.v1/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgrpc%2Fgrpc.v1/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgrpc%2Fgrpc.v1/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2274668,"maintainers_count":0,"namespaces_count":838419,"keywords_count":123656,"github":"golang","metadata":{"funded_packages_count":66458,"sync_missing_packages_cursor":{"timestamp":"2026-08-16T00:01:10.066524Z","path":"github.com/stripe/stripe-ruby","version":"v19.5.1-0.20260811230136-fcedaaae31d3+incompatible"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-16T00:01:14.794Z","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":3504158,"name":"github.com/grpc/grpc","ecosystem":"go","description":"","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":"github.com/grpc","versions_count":371,"first_release_published_at":"2016-06-25T00:13:56.000Z","latest_release_published_at":"2025-10-18T02:30:24.000Z","latest_release_number":"v1.76.0","last_synced_at":"2026-08-15T17:33:51.035Z","created_at":"2022-04-10T20:28:29.686Z","updated_at":"2026-08-15T17:33:51.036Z","registry_url":"https://pkg.go.dev/github.com/grpc/grpc","install_command":"go get github.com/grpc/grpc","documentation_url":"https://pkg.go.dev/github.com/grpc/grpc#section-documentation","metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.147Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":3.4795809262391884,"dependent_packages_count":9.561217324694391,"stargazers_count":0.0304950360857927,"forks_count":0.01773894255970948,"docker_downloads_count":null,"average":3.2722580573947706},"purl":"pkg:golang/github.com/grpc/grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/grpc/grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/grpc/grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/grpc/grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2274668,"maintainers_count":0,"namespaces_count":838419,"keywords_count":123656,"github":"golang","metadata":{"funded_packages_count":66458,"sync_missing_packages_cursor":{"timestamp":"2026-08-16T00:01:10.066524Z","path":"github.com/stripe/stripe-ruby","version":"v19.5.1-0.20260811230136-fcedaaae31d3+incompatible"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-16T00:01:14.794Z","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":12808830,"name":"php82Extensions.grpc","ecosystem":"nixpkgs","description":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T15:58:45.534Z","latest_release_published_at":"2026-01-26T15:58:45.534Z","latest_release_number":"1.50.0","last_synced_at":"2026-04-08T17:02:16.447Z","created_at":"2026-01-26T15:58:45.362Z","updated_at":"2026-08-15T15:37:19.441Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=php82Extensions.grpc","install_command":"nix-env -iA nixpkgs.php82Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/php-packages/grpc/default.nix#L15","metadata":{"nix_attribute":"php-grpc-1.50.0","position":"pkgs/development/php-packages/grpc/default.nix:15","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.440Z","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/php82Extensions.grpc?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php82Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php82Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php82Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php82Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php82Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php82Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php82Extensions.grpc/codemeta","maintainers":[{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":526,"html_url":null,"role":null,"created_at":"2026-03-03T14:29:59.901Z","updated_at":"2026-03-03T14:29:59.901Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":347,"html_url":null,"role":null,"created_at":"2026-03-03T14:29:59.945Z","updated_at":"2026-03-03T14:29:59.945Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/drupol/packages"},{"uuid":"etu","login":null,"name":"Elis Hirwing","email":"elis@hirwing.se","url":"https://github.com/etu","packages_count":332,"html_url":null,"role":null,"created_at":"2026-03-03T14:29:59.991Z","updated_at":"2026-03-03T14:29:59.991Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/etu/packages"},{"uuid":"globin","login":null,"name":"Robin Gloster","email":"mail@glob.in","url":"https://github.com/globin","packages_count":1327,"html_url":null,"role":null,"created_at":"2026-03-03T14:30:00.036Z","updated_at":"2026-03-03T14:30:00.036Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/globin/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":463,"html_url":null,"role":null,"created_at":"2026-03-03T14:30:00.083Z","updated_at":"2026-03-03T14:30:00.083Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/Ma27/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":343,"html_url":null,"role":null,"created_at":"2026-03-03T14:30:00.124Z","updated_at":"2026-03-03T14:30:00.124Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/talyz/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":1626},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-15T05:04:18.502Z","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":12854003,"name":"phpExtensions.grpc","ecosystem":"nixpkgs","description":"High performance, open source, general RPC framework that puts mobile and HTTP/2 first","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2026-01-26T23:41:11.094Z","latest_release_published_at":"2026-03-02T11:16:13.818Z","latest_release_number":"1.78.0","last_synced_at":"2026-04-02T12:03:38.916Z","created_at":"2026-01-26T23:41:10.881Z","updated_at":"2026-08-15T15:37:19.637Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=phpExtensions.grpc","install_command":"nix-env -iA nixpkgs.phpExtensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26","metadata":{"nix_attribute":"php-grpc-1.78.0","position":"pkgs/development/php-packages/grpc/default.nix:26","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.637Z","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/phpExtensions.grpc?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/phpExtensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/phpExtensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/phpExtensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/phpExtensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/phpExtensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/phpExtensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/phpExtensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/phpExtensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/phpExtensions.grpc/codemeta","maintainers":[{"uuid":"piotrkwiecinski","login":null,"name":"Piotr Kwiecinski","email":"piokwiecinski+nixpkgs@gmail.com","url":"https://github.com/piotrkwiecinski","packages_count":561,"html_url":null,"role":null,"created_at":"2026-03-02T11:16:14.687Z","updated_at":"2026-03-02T11:16:14.687Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/piotrkwiecinski/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":690,"html_url":null,"role":null,"created_at":"2026-03-02T11:16:14.586Z","updated_at":"2026-03-02T11:16:14.586Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":822,"html_url":null,"role":null,"created_at":"2026-03-02T11:16:14.637Z","updated_at":"2026-03-02T11:16:14.637Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/aanderse/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":572,"html_url":null,"role":null,"created_at":"2026-03-02T11:16:14.737Z","updated_at":"2026-03-02T11:16:14.737Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/talyz/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":152806,"maintainers_count":4871,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":4901},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-15T05:02:55.682Z","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":5297692,"name":"grpcio-status","ecosystem":"conda","description":"Reference package for GRPC Python status proto mapping.  gRPC Python: https://grpc.io/docs/languages/python/quickstart/ gRPC Python API: https://grpc.github.io/grpc/python/  PyPI: [https://pypi.org/project/grpcio-status](https://pypi.org/project/grpcio-status)","homepage":"https://grpc.io/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2021-11-11T01:46:51.000Z","latest_release_published_at":"2022-10-29T10:51:19.000Z","latest_release_number":"1.49.1","last_synced_at":"2026-04-01T16:17:05.089Z","created_at":"2022-10-03T16:02:39.691Z","updated_at":"2026-08-15T15:37:19.935Z","registry_url":"https://anaconda.org/conda-forge/grpcio-status","install_command":"conda install -c conda-forge grpcio-status","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.935Z","dependent_packages_count":7,"downloads":3629751,"downloads_period":"total","dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.280453116422976,"dependent_packages_count":8.014371974649434,"stargazers_count":0.30939667648086233,"forks_count":0.9082289535405957,"docker_downloads_count":null,"average":7.378112680273467},"purl":"pkg:conda/grpcio-status?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-status/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":2338},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-15T05:05:53.220Z","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":13071591,"name":"php81Extensions.grpc","ecosystem":"nixpkgs","description":"High performance, open source, general RPC framework that puts mobile and HTTP/2 first","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:21:18.309Z","latest_release_published_at":"2026-02-01T17:21:18.309Z","latest_release_number":"1.67.0","last_synced_at":"2026-08-14T22:31:18.087Z","created_at":"2026-02-01T17:21:13.004Z","updated_at":"2026-08-15T15:37:19.644Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=php81Extensions.grpc","install_command":"nix-env -iA nixpkgs.php81Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/php-packages/grpc/default.nix#L25","metadata":{"nix_attribute":"php-grpc-1.67.0","position":"pkgs/development/php-packages/grpc/default.nix:25","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.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:nix/php81Extensions.grpc?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php81Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php81Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php81Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php81Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php81Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php81Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php81Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php81Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php81Extensions.grpc/codemeta","maintainers":[{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":591,"html_url":null,"role":null,"created_at":"2026-03-06T00:28:12.193Z","updated_at":"2026-03-06T00:28:12.193Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":691,"html_url":null,"role":null,"created_at":"2026-03-06T00:28:12.118Z","updated_at":"2026-03-06T00:28:12.118Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":582,"html_url":null,"role":null,"created_at":"2026-03-06T00:28:12.155Z","updated_at":"2026-03-06T00:28:12.155Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/drupol/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":475,"html_url":null,"role":null,"created_at":"2026-03-06T00:28:12.267Z","updated_at":"2026-03-06T00:28:12.267Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/talyz/packages"},{"uuid":"piotrkwiecinski","login":null,"name":"Piotr Kwiecinski","email":"piokwiecinski+nixpkgs@gmail.com","url":"https://github.com/piotrkwiecinski","packages_count":455,"html_url":null,"role":null,"created_at":"2026-03-06T00:28:12.230Z","updated_at":"2026-03-06T00:28:12.230Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/piotrkwiecinski/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":2524},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-15T05:04:20.477Z","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":13191207,"name":"php82Extensions.grpc","ecosystem":"nixpkgs","description":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:11:52.326Z","latest_release_published_at":"2026-02-02T00:11:52.326Z","latest_release_number":"1.62.3","last_synced_at":"2026-05-08T03:00:22.484Z","created_at":"2026-02-02T00:11:35.456Z","updated_at":"2026-08-15T15:37:19.959Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=php82Extensions.grpc","install_command":"nix-env -iA nixpkgs.php82Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/php-packages/grpc/default.nix#L25","metadata":{"nix_attribute":"php-grpc-1.62.3","position":"pkgs/development/php-packages/grpc/default.nix:25","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.959Z","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/php82Extensions.grpc?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php82Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php82Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php82Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php82Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php82Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php82Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php82Extensions.grpc/codemeta","maintainers":[{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":567,"html_url":null,"role":null,"created_at":"2026-03-09T01:11:53.762Z","updated_at":"2026-03-09T01:11:53.762Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":411,"html_url":null,"role":null,"created_at":"2026-03-09T01:11:53.817Z","updated_at":"2026-03-09T01:11:53.817Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/drupol/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":472,"html_url":null,"role":null,"created_at":"2026-03-09T01:11:53.867Z","updated_at":"2026-03-09T01:11:53.867Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/Ma27/packages"},{"uuid":"patka-123","login":null,"name":"patka","email":"patka@patka.dev","url":"https://github.com/patka-123","packages_count":340,"html_url":null,"role":null,"created_at":"2026-03-09T01:11:53.907Z","updated_at":"2026-03-09T01:11:53.907Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/patka-123/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":352,"html_url":null,"role":null,"created_at":"2026-03-09T01:11:53.947Z","updated_at":"2026-03-09T01:11:53.947Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/talyz/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":2249},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-15T05:00:11.056Z","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":5285315,"name":"grpc-cpp","ecosystem":"conda","description":"gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.  This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.","homepage":"https://grpc.io/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":17,"first_release_published_at":"2020-10-01T01:00:44.000Z","latest_release_published_at":"2023-04-19T14:06:38.000Z","latest_release_number":"1.48.2","last_synced_at":"2026-07-22T17:02:15.685Z","created_at":"2022-10-03T15:42:31.735Z","updated_at":"2026-08-15T15:37:19.557Z","registry_url":"https://anaconda.org/anaconda/grpc-cpp","install_command":"conda install -c anaconda grpc-cpp","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.557Z","dependent_packages_count":4,"downloads":149811,"downloads_period":"total","dependent_repos_count":90,"rankings":{"downloads":null,"dependent_repos_count":19.504830917874397,"dependent_packages_count":11.114466928420416,"stargazers_count":0.966183574879227,"forks_count":2.6268115942028984,"docker_downloads_count":null,"average":8.553073253844234},"purl":"pkg:conda/grpc-cpp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpc-cpp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpc-cpp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpc-cpp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-cpp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-cpp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-cpp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-cpp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-cpp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpc-cpp/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5467,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":841},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-08-15T05:05:54.601Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":9023476,"name":"grpc.core","ecosystem":"nuget","description":"C# implementation of gRPC based on native gRPC C-core library.\n\nNote that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.\nSee https://grpc.io/blog/grpc-csharp-future/ for details.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","HTTP/2"],"namespace":null,"versions_count":147,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2023-01-11T08:55:33.447Z","latest_release_number":"2.46.6","last_synced_at":"2026-08-15T23:01:11.471Z","created_at":"2024-02-27T02:29:19.222Z","updated_at":"2026-08-15T23:01:17.396Z","registry_url":"https://www.nuget.org/packages/grpc.core/","install_command":"Install-Package grpc.core","documentation_url":null,"metadata":{"copyright":"Copyright 2015 The gRPC Authors","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"icon":"packageIcon.png","repository":{"type":"git","url":"https://github.com/grpc/grpc.git","branch":null,"commit":"cdc97245c7977e85bb0234941f5c6cd9cb7accdf"},"development_dependency":false,"serviceable":false,"framework_assemblies":[{"assembly_name":"Microsoft.CSharp","target_framework":".NETFramework4.5"},{"assembly_name":"System","target_framework":".NETFramework4.5"}],"package_types":[],"dependency_summary":{"total_dependency_groups":3,"target_frameworks":[".NETFramework4.5",".NETStandard1.5",".NETStandard2.0"],"total_dependencies":10},"verified":true},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45284,"open_issues_count":1376,"forks_count":11359,"subscribers_count":1360,"default_branch":"master","last_synced_at":"2026-08-15T15:33:11.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T12:35:17.000Z","dependencies_parsed_at":"2026-08-15T15:43:25.343Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36698916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T23:01:17.396Z","dependent_packages_count":527,"downloads":272010783,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.07559527499293185,"dependent_repos_count":13.819348826338206,"dependent_packages_count":18.835372714592,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":10.910105605307713},"purl":"pkg:nuget/grpc.core","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.core","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.core/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T15:24:40.063Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26367351.24568528,"avg_time_to_close_pull_request":2156836.200366594,"issues_closed_count":982,"pull_requests_closed_count":8729,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.223119950279677,"avg_comments_per_pull_request":0.5867845509539321,"merged_pull_requests_count":2705,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1027,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1169688.6011904762,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8529698149951315,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":441,"past_year_merged_pull_requests_count":197,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"drfloob","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":23,"html_url":"https://www.nuget.org/profiles/grpc-packages","role":null,"created_at":"2024-02-27T02:55:15.775Z","updated_at":"2024-02-27T02:55:15.775Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/grpc-packages/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":3356819,"name":"grpc.dependencies.zlib.redist","ecosystem":"nuget","description":"Redistributable components for package 'grpc.dependencies.zlib'. This package should only be installed as a dependency. \n(This is not the package you are looking for).","homepage":"http://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["zlib","native","CoApp","nativepackage"],"namespace":null,"versions_count":3,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-15T23:01:17.090Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:01:17.913Z","created_at":"2022-04-10T17:43:41.793Z","updated_at":"2026-08-15T23:01:17.914Z","registry_url":"https://www.nuget.org/packages/grpc.dependencies.zlib.redist/","install_command":"Install-Package grpc.dependencies.zlib.redist","documentation_url":null,"metadata":{"copyright":"Copyright 2013","owners":"Jan Tattermusch","license_url":"http://zlib.net/zlib-license.html","require_license_acceptance":false,"icon_url":"http://zlib.net/images/zlib3d-b1.png","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Redistributable components for for package 'grpc.dependencies.zlib'","release_notes":"Release of zlib 1.2.8 libraries."},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:18.531Z","dependent_packages_count":5,"downloads":null,"downloads_period":"total","dependent_repos_count":21,"rankings":{"downloads":null,"dependent_repos_count":1.5221439154286631,"dependent_packages_count":2.686243430382915,"stargazers_count":0.01485246826327919,"forks_count":0.008844728291615698,"docker_downloads_count":null,"average":1.0580211355916183},"purl":"pkg:nuget/grpc.dependencies.zlib.redist","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.dependencies.zlib.redist","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.dependencies.zlib.redist","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.dependencies.zlib.redist/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.redist/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.redist/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.redist/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.redist/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.redist/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.redist/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":3293699,"name":"libgrpc.arm","ecosystem":"nuget","description":"Add the libgrpc_csharp_ext compiled for armhf. It replaces the libgrpc_csharp_ext.x86.so from the Grpc.Core package with the library built for arm. It means that, by using this package Linux X86 won't be supported by Grpc.Core package.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["dotnet","dotnetcore",".netcore","core","arm","grpc","native"],"namespace":null,"versions_count":1,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-15T23:01:20.565Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:01:21.362Z","created_at":"2022-04-10T16:58:56.090Z","updated_at":"2026-08-15T23:01:21.362Z","registry_url":"https://www.nuget.org/packages/libgrpc.arm/","install_command":"Install-Package libgrpc.arm","documentation_url":null,"metadata":{"owners":"Cesar Team","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"dependency_summary":{"total_dependency_groups":1,"target_frameworks":[".NETFramework4.5"],"total_dependencies":0}},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:18.724Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":0.005098515628708511,"forks_count":0.001582297953737124,"average":8.062906892314077},"purl":"pkg:nuget/libgrpc.arm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/libgrpc.arm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/libgrpc.arm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/libgrpc.arm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":420424,"name":"gRPC","ecosystem":"cocoapods","description":"gRPC client library for iOS/OSX","homepage":"https://grpc.io","licenses":"Apache License, Version 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":218,"first_release_published_at":"2022-04-06T18:09:03.530Z","latest_release_published_at":"2026-07-24T19:25:22.325Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:01:21.474Z","created_at":"2022-04-06T18:09:03.441Z","updated_at":"2026-08-15T23:01:21.474Z","registry_url":"https://cocoapods.org/pods/gRPC","install_command":"pod try gRPC","documentation_url":"https://cocoadocs.org/docsets/gRPC/","metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:18.592Z","dependent_packages_count":6,"downloads":null,"downloads_period":null,"dependent_repos_count":273,"rankings":{"downloads":null,"dependent_repos_count":0.31679769447564154,"dependent_packages_count":1.8282601322706462,"stargazers_count":0.024369053421203195,"forks_count":0.01907143311224598,"docker_downloads_count":null,"average":0.5471245783199342},"purl":"pkg:cocoapods/gRPC","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cocoapods/gRPC","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cocoapods/gRPC","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cocoapods/gRPC/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC/codemeta","maintainers":[{"uuid":"jcanizales@google.com","login":null,"name":"Jorge Canizales","email":"jcanizales@google.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T05:07:28.439Z","updated_at":"2022-11-08T05:07:28.439Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/jcanizales@google.com/packages"},{"uuid":"mxyan@google.com","login":null,"name":"Muxi Yan","email":"mxyan@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T05:07:28.468Z","updated_at":"2022-11-08T05:07:28.468Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/mxyan@google.com/packages"},{"uuid":"psrini@google.com","login":null,"name":"Srini Polavarapu","email":"psrini@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T05:07:28.512Z","updated_at":"2022-11-08T05:07:28.512Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/psrini@google.com/packages"},{"uuid":"pjaikumar@google.com","login":null,"name":"Prashant Jaikumar","email":"pjaikumar@google.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T05:07:28.558Z","updated_at":"2022-11-08T05:07:28.558Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/pjaikumar@google.com/packages"},{"uuid":"yulinliang@google.com","login":null,"name":"yulinliang","email":"yulinliang@google.com","url":null,"packages_count":15,"html_url":null,"role":null,"created_at":"2022-11-08T05:07:28.618Z","updated_at":"2022-11-08T05:07:28.618Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/yulinliang@google.com/packages"},{"uuid":"stanleycheung@google.com","login":null,"name":"Stanley Cheung","email":"stanleycheung@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T05:07:28.655Z","updated_at":"2022-11-08T05:07:28.655Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/stanleycheung@google.com/packages"},{"uuid":"dennycd@google.com","login":null,"name":"Denny Dai","email":"dennycd@google.com","url":null,"packages_count":13,"html_url":null,"role":null,"created_at":"2022-11-08T05:07:28.706Z","updated_at":"2022-11-08T05:07:28.706Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/dennycd@google.com/packages"},{"uuid":"hannahshisfb@gmail.com","login":null,"name":"Hannah Shi","email":"hannahshisfb@gmail.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T05:07:28.752Z","updated_at":"2022-11-08T05:07:28.752Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/hannahshisfb@gmail.com/packages"}],"registry":{"name":"cocoapods.org","url":"https://cocoapods.org","ecosystem":"cocoapods","default":true,"packages_count":102418,"maintainers_count":46699,"namespaces_count":0,"keywords_count":12771,"github":"cocoapods","metadata":{"funded_packages_count":1710},"icon_url":"https://github.com/cocoapods.png","created_at":"2022-04-04T15:19:22.772Z","updated_at":"2026-08-15T05:05:31.261Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/namespaces"}},{"id":3403259,"name":"grpc.cpp.symbols","ecosystem":"nuget","description":"Symbols for package 'grpc.cpp'. This package should not likely be installed. \n(This is not the package you are looking for).","homepage":"https://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["grpc","native","CoApp","nativepackage"],"namespace":null,"versions_count":1,"first_release_published_at":"2017-01-09T15:43:18.917Z","latest_release_published_at":"2017-01-09T15:43:18.917Z","latest_release_number":"1.0.1","last_synced_at":"2026-08-15T23:01:25.384Z","created_at":"2022-04-10T18:11:46.513Z","updated_at":"2026-08-15T23:01:25.384Z","registry_url":"https://www.nuget.org/packages/grpc.cpp.symbols/","install_command":"Install-Package grpc.cpp.symbols","documentation_url":null,"metadata":{"owners":"CoApp Project, mrapavy","license_url":"https://github.com/grpc/grpc/blob/master/LICENSE","require_license_acceptance":false,"icon_url":"https://github.com/grpc/grpc.github.io/blob/master/img/grpc.svg","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Symbols for for package 'grpc.cpp'","release_notes":"GRPC C++ 1.0.1","verified":false},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:18.734Z","dependent_packages_count":0,"downloads":3310,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":35.25834530312434,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":0.008438922419931329,"forks_count":0.0024613523724799705,"average":13.50283846671812},"purl":"pkg:nuget/grpc.cpp.symbols","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.cpp.symbols","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.cpp.symbols","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.cpp.symbols/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.symbols/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.symbols/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.symbols/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.symbols/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.symbols/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.symbols/codemeta","maintainers":[{"uuid":"mrapavy","login":"mrapavy","name":null,"email":null,"url":null,"packages_count":8,"html_url":"https://www.nuget.org/profiles/mrapavy","role":null,"created_at":"2022-11-18T15:18:22.358Z","updated_at":"2022-11-18T15:18:22.358Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/mrapavy/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":14297807,"name":"github.com/gRPC/grpc","ecosystem":"go","description":"","homepage":"https://github.com/gRPC/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/gRPC/grpc","keywords_array":[],"namespace":"github.com/gRPC","versions_count":376,"first_release_published_at":"2016-06-25T00:13:56.000Z","latest_release_published_at":"2026-03-24T23:06:54.000Z","latest_release_number":"v1.80.0","last_synced_at":"2026-08-15T23:01:25.749Z","created_at":"2026-04-22T10:04:55.913Z","updated_at":"2026-08-15T23:01:25.749Z","registry_url":"https://pkg.go.dev/github.com/gRPC/grpc","install_command":"go get github.com/gRPC/grpc","documentation_url":"https://pkg.go.dev/github.com/gRPC/grpc#section-documentation","metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:18.764Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.1476275343213995,"dependent_packages_count":4.823416941952518,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.985522238136959},"purl":"pkg:golang/github.com/g%21r%21p%21c/grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/gRPC/grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/gRPC/grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/gRPC/grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgRPC%2Fgrpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgRPC%2Fgrpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgRPC%2Fgrpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgRPC%2Fgrpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgRPC%2Fgrpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgRPC%2Fgrpc/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2274668,"maintainers_count":0,"namespaces_count":838419,"keywords_count":123656,"github":"golang","metadata":{"funded_packages_count":66458,"sync_missing_packages_cursor":{"timestamp":"2026-08-16T00:01:10.066524Z","path":"github.com/stripe/stripe-ruby","version":"v19.5.1-0.20260811230136-fcedaaae31d3+incompatible"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-16T00:01:14.794Z","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":420429,"name":"gRPC-ProtoRPC","ecosystem":"cocoapods","description":"RPC library for Protocol Buffers, based on gRPC","homepage":"https://grpc.io","licenses":"Apache License, Version 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":212,"first_release_published_at":"2022-04-06T18:09:04.453Z","latest_release_published_at":"2026-07-24T19:25:29.145Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:01:27.739Z","created_at":"2022-04-06T18:09:04.345Z","updated_at":"2026-08-15T23:01:27.740Z","registry_url":"https://cocoapods.org/pods/gRPC-ProtoRPC","install_command":"pod try gRPC-ProtoRPC","documentation_url":"https://cocoadocs.org/docsets/gRPC-ProtoRPC/","metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:18.901Z","dependent_packages_count":21,"downloads":null,"downloads_period":null,"dependent_repos_count":513,"rankings":{"downloads":null,"dependent_repos_count":0.20660719204933145,"dependent_packages_count":0.4207291225095379,"stargazers_count":0.024369053421203195,"forks_count":0.01907143311224598,"docker_downloads_count":null,"average":0.16769420027307963},"purl":"pkg:cocoapods/gRPC-ProtoRPC","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cocoapods/gRPC-ProtoRPC","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cocoapods/gRPC-ProtoRPC","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cocoapods/gRPC-ProtoRPC/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-ProtoRPC/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-ProtoRPC/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-ProtoRPC/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-ProtoRPC/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-ProtoRPC/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-ProtoRPC/codemeta","maintainers":[{"uuid":"jcanizales@google.com","login":null,"name":"Jorge Canizales","email":"jcanizales@google.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:34.944Z","updated_at":"2022-11-08T05:39:34.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/jcanizales@google.com/packages"},{"uuid":"mxyan@google.com","login":null,"name":"Muxi Yan","email":"mxyan@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:35.097Z","updated_at":"2022-11-08T05:39:35.097Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/mxyan@google.com/packages"},{"uuid":"psrini@google.com","login":null,"name":"Srini Polavarapu","email":"psrini@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:35.105Z","updated_at":"2022-11-08T05:39:35.105Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/psrini@google.com/packages"},{"uuid":"pjaikumar@google.com","login":null,"name":"Prashant Jaikumar","email":"pjaikumar@google.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:35.113Z","updated_at":"2022-11-08T05:39:35.113Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/pjaikumar@google.com/packages"},{"uuid":"yulinliang@google.com","login":null,"name":"yulinliang","email":"yulinliang@google.com","url":null,"packages_count":15,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:35.125Z","updated_at":"2022-11-08T05:39:35.125Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/yulinliang@google.com/packages"},{"uuid":"stanleycheung@google.com","login":null,"name":"Stanley Cheung","email":"stanleycheung@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:35.133Z","updated_at":"2022-11-08T05:39:35.133Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/stanleycheung@google.com/packages"},{"uuid":"dennycd@google.com","login":null,"name":"Denny Dai","email":"dennycd@google.com","url":null,"packages_count":13,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:35.141Z","updated_at":"2022-11-08T05:39:35.141Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/dennycd@google.com/packages"},{"uuid":"hannahshisfb@gmail.com","login":null,"name":"Hannah Shi","email":"hannahshisfb@gmail.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:35.149Z","updated_at":"2022-11-08T05:39:35.149Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/hannahshisfb@gmail.com/packages"},{"uuid":"grpc-packages@google.com","login":null,"name":"gRPC Developers","email":"grpc-packages@google.com","url":null,"packages_count":2,"html_url":null,"role":null,"created_at":"2026-07-20T10:56:37.732Z","updated_at":"2026-07-20T10:56:37.732Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/grpc-packages@google.com/packages"}],"registry":{"name":"cocoapods.org","url":"https://cocoapods.org","ecosystem":"cocoapods","default":true,"packages_count":102418,"maintainers_count":46699,"namespaces_count":0,"keywords_count":12771,"github":"cocoapods","metadata":{"funded_packages_count":1710},"icon_url":"https://github.com/cocoapods.png","created_at":"2022-04-04T15:19:22.772Z","updated_at":"2026-08-15T05:05:31.261Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/namespaces"}},{"id":937344,"name":"@fedor/grpc","ecosystem":"npm","description":"gRPC Library for Node","homepage":"http://www.grpc.io/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":"fedor","versions_count":1,"first_release_published_at":"2017-04-11T08:55:38.282Z","latest_release_published_at":"2017-04-11T08:55:38.282Z","latest_release_number":"1.0.1","last_synced_at":"2026-08-15T23:01:39.608Z","created_at":"2022-04-07T17:18:57.613Z","updated_at":"2026-08-15T23:01:39.609Z","registry_url":"https://www.npmjs.com/package/@fedor/grpc","install_command":"npm install @fedor/grpc","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.1"},"contentPolicy":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.247Z","dependent_packages_count":1,"downloads":65,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":16.766701625898488,"dependent_repos_count":10.295976646711454,"dependent_packages_count":20.907756255897063,"stargazers_count":0.4510549122383936,"forks_count":0.37442263206674403,"docker_downloads_count":null,"average":9.759182414562428},"purl":"pkg:npm/%40fedor/grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@fedor/grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@fedor/grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@fedor/grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fedor%2Fgrpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fedor%2Fgrpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fedor%2Fgrpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fedor%2Fgrpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fedor%2Fgrpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fedor%2Fgrpc/codemeta","maintainers":[{"uuid":"fedor","login":"fedor","name":null,"email":"mail@fedor.cc","url":null,"packages_count":7,"html_url":"https://www.npmjs.com/~fedor","role":null,"created_at":"2022-11-20T15:36:22.497Z","updated_at":"2022-11-20T15:36:22.497Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/fedor/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5740898,"maintainers_count":1228152,"namespaces_count":415986,"keywords_count":872748,"github":"npm","metadata":{"funded_packages_count":186576,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-08-15T05:02:52.665Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":420432,"name":"gRPC-RxLibrary","ecosystem":"cocoapods","description":"Reactive Extensions library for iOS/OSX.","homepage":"https://grpc.io","licenses":"Apache License, Version 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":222,"first_release_published_at":"2022-04-06T18:09:04.952Z","latest_release_published_at":"2026-07-24T19:25:27.593Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:01:46.942Z","created_at":"2022-04-06T18:09:04.900Z","updated_at":"2026-08-15T23:01:46.942Z","registry_url":"https://cocoapods.org/pods/gRPC-RxLibrary","install_command":"pod try gRPC-RxLibrary","documentation_url":"https://cocoadocs.org/docsets/gRPC-RxLibrary/","metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.439Z","dependent_packages_count":6,"downloads":null,"downloads_period":null,"dependent_repos_count":264,"rankings":{"downloads":null,"dependent_repos_count":0.3252738869699731,"dependent_packages_count":1.8282601322706462,"stargazers_count":0.024369053421203195,"forks_count":0.01907143311224598,"docker_downloads_count":null,"average":0.5492436264435171},"purl":"pkg:cocoapods/gRPC-RxLibrary","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cocoapods/gRPC-RxLibrary","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cocoapods/gRPC-RxLibrary","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cocoapods/gRPC-RxLibrary/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-RxLibrary/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-RxLibrary/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-RxLibrary/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-RxLibrary/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-RxLibrary/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-RxLibrary/codemeta","maintainers":[{"uuid":"jcanizales@google.com","login":null,"name":"Jorge Canizales","email":"jcanizales@google.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T04:39:14.100Z","updated_at":"2022-11-08T04:39:14.100Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/jcanizales@google.com/packages"},{"uuid":"mxyan@google.com","login":null,"name":"Muxi Yan","email":"mxyan@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T04:39:14.197Z","updated_at":"2022-11-08T04:39:14.197Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/mxyan@google.com/packages"},{"uuid":"psrini@google.com","login":null,"name":"Srini Polavarapu","email":"psrini@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T04:39:14.248Z","updated_at":"2022-11-08T04:39:14.248Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/psrini@google.com/packages"},{"uuid":"pjaikumar@google.com","login":null,"name":"Prashant Jaikumar","email":"pjaikumar@google.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T04:39:14.308Z","updated_at":"2022-11-08T04:39:14.308Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/pjaikumar@google.com/packages"},{"uuid":"yulinliang@google.com","login":null,"name":"yulinliang","email":"yulinliang@google.com","url":null,"packages_count":15,"html_url":null,"role":null,"created_at":"2022-11-08T04:39:14.332Z","updated_at":"2022-11-08T04:39:14.332Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/yulinliang@google.com/packages"},{"uuid":"stanleycheung@google.com","login":null,"name":"Stanley Cheung","email":"stanleycheung@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T04:39:14.401Z","updated_at":"2022-11-08T04:39:14.401Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/stanleycheung@google.com/packages"},{"uuid":"dennycd@google.com","login":null,"name":"Denny Dai","email":"dennycd@google.com","url":null,"packages_count":13,"html_url":null,"role":null,"created_at":"2022-11-08T04:39:14.447Z","updated_at":"2022-11-08T04:39:14.447Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/dennycd@google.com/packages"},{"uuid":"hannahshisfb@gmail.com","login":null,"name":"Hannah Shi","email":"hannahshisfb@gmail.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T04:39:14.527Z","updated_at":"2022-11-08T04:39:14.527Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/hannahshisfb@gmail.com/packages"}],"registry":{"name":"cocoapods.org","url":"https://cocoapods.org","ecosystem":"cocoapods","default":true,"packages_count":102418,"maintainers_count":46699,"namespaces_count":0,"keywords_count":12771,"github":"cocoapods","metadata":{"funded_packages_count":1710},"icon_url":"https://github.com/cocoapods.png","created_at":"2022-04-04T15:19:22.772Z","updated_at":"2026-08-15T05:05:31.261Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/namespaces"}},{"id":12101998,"name":"github.com/grpc/Grpc","ecosystem":"go","description":"","homepage":"https://github.com/grpc/Grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/Grpc","keywords_array":[],"namespace":"github.com/grpc","versions_count":376,"first_release_published_at":"2016-06-25T00:13:56.000Z","latest_release_published_at":"2026-03-24T23:06:54.000Z","latest_release_number":"v1.80.0","last_synced_at":"2026-08-15T23:01:47.576Z","created_at":"2025-09-14T09:22:33.915Z","updated_at":"2026-08-15T23:01:47.577Z","registry_url":"https://pkg.go.dev/github.com/grpc/Grpc","install_command":"go get github.com/grpc/Grpc","documentation_url":"https://pkg.go.dev/github.com/grpc/Grpc#section-documentation","metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.373Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.524599724178185,"dependent_packages_count":5.176837702382853,"stargazers_count":0.03086796114820652,"forks_count":0.017194219680901814,"docker_downloads_count":null,"average":2.687374901847537},"purl":"pkg:golang/github.com/grpc/%21grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/grpc/Grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/grpc/Grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/grpc/Grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2FGrpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2FGrpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2FGrpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2FGrpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2FGrpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2FGrpc/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2274668,"maintainers_count":0,"namespaces_count":838419,"keywords_count":123656,"github":"golang","metadata":{"funded_packages_count":66458,"sync_missing_packages_cursor":{"timestamp":"2026-08-16T00:01:10.066524Z","path":"github.com/stripe/stripe-ruby","version":"v19.5.1-0.20260811230136-fcedaaae31d3+incompatible"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-16T00:01:14.794Z","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":9061157,"name":"grpc.core.testing","ecosystem":"nuget","description":"Miscellaneous code for testing Grpc.Core\n\nNote that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.\nSee https://grpc.io/blog/grpc-csharp-future/ for details.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","test","testing"],"namespace":null,"versions_count":126,"first_release_published_at":"2017-03-15T09:23:18.470Z","latest_release_published_at":"2023-01-11T08:56:50.063Z","latest_release_number":"2.46.6","last_synced_at":"2026-08-15T23:02:12.788Z","created_at":"2024-02-27T04:39:46.558Z","updated_at":"2026-08-15T23:02:12.789Z","registry_url":"https://www.nuget.org/packages/grpc.core.testing/","install_command":"Install-Package grpc.core.testing","documentation_url":null,"metadata":{"copyright":"Copyright 2017 The gRPC Authors","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"icon":"packageIcon.png","repository":{"type":"git","url":"https://github.com/grpc/grpc.git","branch":null,"commit":"cdc97245c7977e85bb0234941f5c6cd9cb7accdf"},"development_dependency":false,"serviceable":false,"framework_assemblies":[{"assembly_name":"Microsoft.CSharp","target_framework":".NETFramework4.5"},{"assembly_name":"System","target_framework":".NETFramework4.5"}],"package_types":[],"dependency_summary":{"total_dependency_groups":3,"target_frameworks":[".NETFramework4.5",".NETStandard1.5",".NETStandard2.0"],"total_dependencies":4},"verified":true},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-02T21:40:19.863Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":365,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213735140,"owners_count":15630831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-08-09T22:09:42.887Z","dependent_packages_count":5,"downloads":16807742,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.3707656626135094,"dependent_repos_count":13.819348826338206,"dependent_packages_count":18.835372714592,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":11.008495734514574},"purl":"pkg:nuget/grpc.core.testing","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.core.testing","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.core.testing","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.core.testing/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-08T16:25:18.291Z","issues_count":1229,"pull_requests_count":4650,"avg_time_to_close_issue":22560148.293640055,"avg_time_to_close_pull_request":1691793.2565485362,"issues_closed_count":733,"pull_requests_closed_count":3894,"pull_request_authors_count":249,"issue_authors_count":812,"avg_comments_per_issue":5.006509357200977,"avg_comments_per_pull_request":0.701505376344086,"merged_pull_requests_count":1726,"bot_issues_count":0,"bot_pull_requests_count":577,"past_year_issues_count":607,"past_year_pull_requests_count":3677,"past_year_avg_time_to_close_issue":2335444.850152905,"past_year_avg_time_to_close_pull_request":560153.2894393742,"past_year_issues_closed_count":323,"past_year_pull_requests_closed_count":3068,"past_year_pull_request_authors_count":178,"past_year_issue_authors_count":416,"past_year_avg_comments_per_issue":2.7627677100494235,"past_year_avg_comments_per_pull_request":0.4566222463965189,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":546,"past_year_merged_pull_requests_count":1092,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":726,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"yashykt","count":319,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"markdroth","count":298,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"drfloob","count":271,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":61,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":506,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":238,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":222,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":197,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":116,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":49,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.testing/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.testing/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.testing/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.testing/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.testing/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.testing/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":23,"html_url":"https://www.nuget.org/profiles/grpc-packages","role":null,"created_at":"2024-02-27T04:39:57.502Z","updated_at":"2024-02-27T04:39:57.502Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/grpc-packages/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":8920221,"name":"grpc.tools","ecosystem":"nuget","description":"gRPC and Protocol Buffer compiler for C# projects","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","HTTP/2"],"namespace":null,"versions_count":206,"first_release_published_at":"2015-05-29T20:46:45.867Z","latest_release_published_at":"2026-07-23T07:16:50.080Z","latest_release_number":"2.83.0","last_synced_at":"2026-08-15T23:02:21.028Z","created_at":"2024-02-26T01:34:56.759Z","updated_at":"2026-08-15T23:02:21.028Z","registry_url":"https://www.nuget.org/packages/grpc.tools/","install_command":"Install-Package grpc.tools","documentation_url":null,"metadata":{"copyright":"Copyright 2018 The gRPC Authors","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"icon":"packageIcon.png","readme":"README.md","repository":{"type":"git","url":"https://github.com/grpc/grpc.git","branch":null,"commit":"c876f4da50f7da2f331888b88b2a7243514139fe"},"development_dependency":true,"serviceable":false,"framework_assemblies":[],"package_types":[],"dependency_summary":{"total_dependency_groups":2,"target_frameworks":[".NETFramework4.5",".NETStandard2.0"],"total_dependencies":0},"verified":true},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-16T00:12:43.215Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215710269,"owners_count":15919624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-09-08T01:58:22.745Z","dependent_packages_count":53,"downloads":354535873,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.09656773769536367,"dependent_repos_count":14.97801439290325,"dependent_packages_count":20.3376452392213,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":11.80407578993997},"purl":"pkg:nuget/grpc.tools","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.tools","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.tools","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.tools/dependencies","status":null,"funding_links":[],"critical":false,"issue_metadata":{"last_synced_at":"2024-09-07T04:09:02.586Z","issues_count":1293,"pull_requests_count":4907,"avg_time_to_close_issue":21933280.481241915,"avg_time_to_close_pull_request":1640469.1246029807,"issues_closed_count":767,"pull_requests_closed_count":4093,"pull_request_authors_count":262,"issue_authors_count":845,"avg_comments_per_issue":5.003093580819799,"avg_comments_per_pull_request":0.6896270633788465,"merged_pull_requests_count":1772,"bot_issues_count":0,"bot_pull_requests_count":613,"past_year_issues_count":596,"past_year_pull_requests_count":3546,"past_year_avg_time_to_close_issue":2396639.8416149067,"past_year_avg_time_to_close_pull_request":542213.5987943738,"past_year_issues_closed_count":318,"past_year_pull_requests_closed_count":2986,"past_year_pull_request_authors_count":181,"past_year_issue_authors_count":411,"past_year_avg_comments_per_issue":2.8288590604026846,"past_year_avg_comments_per_pull_request":0.4427523970671179,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":573,"past_year_merged_pull_requests_count":898,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":731,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":341,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":337,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":63,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":465,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":235,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":223,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":177,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":95,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"arvindbr8","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"murgatroid99","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.tools/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.tools/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.tools/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.tools/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.tools/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.tools/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":23,"html_url":"https://www.nuget.org/profiles/grpc-packages","role":null,"created_at":"2024-02-26T02:13:59.174Z","updated_at":"2024-02-26T02:13:59.174Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/grpc-packages/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":9037679,"name":"fsgrpc.tools","ecosystem":"nuget","description":"gRPC and Protocol Buffer compiler for F# projects","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","HTTP/2"],"namespace":null,"versions_count":8,"first_release_published_at":"2023-04-18T18:39:56.453Z","latest_release_published_at":"2024-04-02T18:50:41.487Z","latest_release_number":"0.6.3","last_synced_at":"2026-08-15T23:02:21.040Z","created_at":"2024-02-27T03:06:31.030Z","updated_at":"2026-08-15T23:02:21.040Z","registry_url":"https://www.nuget.org/packages/fsgrpc.tools/","install_command":"Install-Package fsgrpc.tools","documentation_url":null,"metadata":{"copyright":"Copyright 2018 The gRPC Authors","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"readme":"README.md","repository":{"type":"git","url":null,"branch":null,"commit":"12e099ffd555d383660841798fb8dee4ac557845"},"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"dependency_summary":{"total_dependency_groups":1,"target_frameworks":["net8.0"],"total_dependencies":3},"verified":false},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-02T21:40:19.863Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":365,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213735140,"owners_count":15630831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-08-08T16:24:38.842Z","dependent_packages_count":1,"downloads":17032,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":22.678965309805495,"dependent_repos_count":13.819348826338206,"dependent_packages_count":18.835372714592,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":18.444562283578566},"purl":"pkg:nuget/fsgrpc.tools","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/fsgrpc.tools","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/fsgrpc.tools","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/fsgrpc.tools/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-07-27T06:01:01.675Z","issues_count":1221,"pull_requests_count":4593,"avg_time_to_close_issue":22672800.063945577,"avg_time_to_close_pull_request":1709220.530314858,"issues_closed_count":729,"pull_requests_closed_count":3843,"pull_request_authors_count":246,"issue_authors_count":806,"avg_comments_per_issue":5.007371007371008,"avg_comments_per_pull_request":0.7071630742434138,"merged_pull_requests_count":1714,"bot_issues_count":0,"bot_pull_requests_count":567,"past_year_issues_count":615,"past_year_pull_requests_count":3690,"past_year_avg_time_to_close_issue":2564055.4341317364,"past_year_avg_time_to_close_pull_request":570920.2310188189,"past_year_issues_closed_count":330,"past_year_pull_requests_closed_count":3082,"past_year_pull_request_authors_count":179,"past_year_issue_authors_count":422,"past_year_avg_comments_per_issue":2.813008130081301,"past_year_avg_comments_per_pull_request":0.462059620596206,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":537,"past_year_merged_pull_requests_count":1136,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":713,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"yashykt","count":315,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"markdroth","count":298,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"drfloob","count":267,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":513,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":238,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":221,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":200,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":117,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":49,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fsgrpc.tools/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fsgrpc.tools/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fsgrpc.tools/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fsgrpc.tools/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fsgrpc.tools/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/fsgrpc.tools/codemeta","maintainers":[{"uuid":"warrenfalk","login":"warrenfalk","name":null,"email":null,"url":null,"packages_count":8,"html_url":"https://www.nuget.org/profiles/warrenfalk","role":null,"created_at":"2024-02-27T03:23:24.983Z","updated_at":"2024-02-27T03:23:24.983Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/warrenfalk/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":9122475,"name":"grpc.core.xamarin","ecosystem":"nuget","description":"Xamarin support for gRPC C#. Note that the gRPC C# support for the Xamarin platform is considered experimental.\n\nThis package contains the native grpc_csharp_ext libraries that are needed to run gRPC C# on mobile platforms (Android, iOS).\nWARNING: Versions of Grpc.Core.Xamarin and Grpc.Core dependencies being used in your project must always match exactly, otherwise things will be badly broken.\n\nNote that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.\nSee https://grpc.io/blog/grpc-csharp-future/ for details.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","HTTP/2"],"namespace":null,"versions_count":28,"first_release_published_at":"2020-11-23T06:54:55.940Z","latest_release_published_at":"2022-02-15T09:08:26.540Z","latest_release_number":"2.44.0","last_synced_at":"2026-08-15T23:02:22.337Z","created_at":"2024-02-27T09:41:56.378Z","updated_at":"2026-08-15T23:02:22.337Z","registry_url":"https://www.nuget.org/packages/grpc.core.xamarin/","install_command":"Install-Package grpc.core.xamarin","documentation_url":null,"metadata":{"copyright":"Copyright 2015 The gRPC Authors","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"icon":"packageIcon.png","repository":{"type":"git","url":"https://github.com/grpc/grpc.git","branch":null,"commit":"591d56e1300b6d11948e1b821efac785a295989c"},"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"dependency_summary":{"total_dependency_groups":3,"target_frameworks":[".NETFramework4.5",".NETStandard1.5",".NETStandard2.0"],"total_dependencies":4},"verified":true},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-16T00:12:43.215Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215710269,"owners_count":15919624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-08-31T18:18:38.352Z","dependent_packages_count":0,"downloads":543609,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":1.9864797699007848,"dependent_repos_count":10.161582250766312,"dependent_packages_count":13.885856079404466,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":8.677972700023854},"purl":"pkg:nuget/grpc.core.xamarin","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.core.xamarin","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.core.xamarin","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.core.xamarin/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-31T10:33:23.391Z","issues_count":1280,"pull_requests_count":4873,"avg_time_to_close_issue":22130352.373368148,"avg_time_to_close_pull_request":1642644.0762232605,"issues_closed_count":760,"pull_requests_closed_count":4067,"pull_request_authors_count":261,"issue_authors_count":840,"avg_comments_per_issue":4.9828125,"avg_comments_per_pull_request":0.690744920993228,"merged_pull_requests_count":1770,"bot_issues_count":0,"bot_pull_requests_count":610,"past_year_issues_count":606,"past_year_pull_requests_count":3627,"past_year_avg_time_to_close_issue":2449658.7907692306,"past_year_avg_time_to_close_pull_request":543626.7954319762,"past_year_issues_closed_count":321,"past_year_pull_requests_closed_count":3021,"past_year_pull_request_authors_count":183,"past_year_issue_authors_count":416,"past_year_avg_comments_per_issue":2.7854785478547854,"past_year_avg_comments_per_pull_request":0.4392059553349876,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":574,"past_year_merged_pull_requests_count":945,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":728,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":337,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":335,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":283,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":61,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":474,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":254,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":227,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":95,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"arvindbr8","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"murgatroid99","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.xamarin/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.xamarin/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.xamarin/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.xamarin/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.xamarin/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.xamarin/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":23,"html_url":"https://www.nuget.org/profiles/grpc-packages","role":null,"created_at":"2024-02-27T09:44:23.192Z","updated_at":"2024-02-27T09:44:23.192Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/grpc-packages/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":9061194,"name":"grpc.core.nativedebug","ecosystem":"nuget","description":"Debug symbols for the grpc_csharp_ext native library contained in Grpc.Core\n\nNote that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.\nSee https://grpc.io/blog/grpc-csharp-future/ for details.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","HTTP/2"],"namespace":null,"versions_count":90,"first_release_published_at":"2018-06-12T07:57:16.523Z","latest_release_published_at":"2023-01-11T08:56:47.827Z","latest_release_number":"2.46.6","last_synced_at":"2026-08-15T23:02:21.332Z","created_at":"2024-02-27T04:39:46.833Z","updated_at":"2026-08-15T23:02:21.332Z","registry_url":"https://www.nuget.org/packages/grpc.core.nativedebug/","install_command":"Install-Package grpc.core.nativedebug","documentation_url":null,"metadata":{"copyright":"Copyright 2015 The gRPC Authors","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"icon":"packageIcon.png","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"dependency_summary":{"total_dependency_groups":3,"target_frameworks":[".NETFramework4.5",".NETStandard1.5",".NETStandard2.0"],"total_dependencies":0},"verified":true},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-16T00:12:43.215Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215710269,"owners_count":15919624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-08-31T14:37:49.160Z","dependent_packages_count":0,"downloads":336089,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":2.6701619808344184,"dependent_repos_count":13.819348826338206,"dependent_packages_count":18.835372714592,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":11.774961173921541},"purl":"pkg:nuget/grpc.core.nativedebug","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.core.nativedebug","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.core.nativedebug","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.core.nativedebug/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-31T10:33:23.391Z","issues_count":1280,"pull_requests_count":4873,"avg_time_to_close_issue":22130352.373368148,"avg_time_to_close_pull_request":1642644.0762232605,"issues_closed_count":760,"pull_requests_closed_count":4067,"pull_request_authors_count":261,"issue_authors_count":840,"avg_comments_per_issue":4.9828125,"avg_comments_per_pull_request":0.690744920993228,"merged_pull_requests_count":1770,"bot_issues_count":0,"bot_pull_requests_count":610,"past_year_issues_count":606,"past_year_pull_requests_count":3627,"past_year_avg_time_to_close_issue":2449658.7907692306,"past_year_avg_time_to_close_pull_request":543626.7954319762,"past_year_issues_closed_count":321,"past_year_pull_requests_closed_count":3021,"past_year_pull_request_authors_count":183,"past_year_issue_authors_count":416,"past_year_avg_comments_per_issue":2.7854785478547854,"past_year_avg_comments_per_pull_request":0.4392059553349876,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":574,"past_year_merged_pull_requests_count":945,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":728,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":337,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":335,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":283,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":61,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":474,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":254,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":227,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":95,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":51,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"arvindbr8","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"murgatroid99","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.nativedebug/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.nativedebug/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.nativedebug/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.nativedebug/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.nativedebug/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.core.nativedebug/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":23,"html_url":"https://www.nuget.org/profiles/grpc-packages","role":null,"created_at":"2024-02-27T04:39:52.258Z","updated_at":"2024-02-27T04:39:52.258Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/grpc-packages/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":2753504,"name":"grpcio-csds","ecosystem":"pypi","description":"xDS configuration dump library","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":143,"first_release_published_at":"2021-05-04T21:50:29.000Z","latest_release_published_at":"2026-07-23T15:23:18.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:02:23.460Z","created_at":"2022-04-10T11:11:55.736Z","updated_at":"2026-08-15T23:02:23.460Z","registry_url":"https://pypi.org/project/grpcio-csds/","install_command":"pip install grpcio-csds --index-url https://pypi.org/simple","documentation_url":"https://grpc.github.io/grpc/python/grpc_csds.html","metadata":{"funding":null,"documentation":"https://grpc.github.io/grpc/python/grpc_csds.html","classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3"],"normalized_name":"grpcio-csds","project_status":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-16T00:12:43.215Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215710269,"owners_count":15919624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-09-29T15:41:47.501Z","dependent_packages_count":1,"downloads":63940,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":1.8842594904375416,"dependent_repos_count":21.744141596728245,"dependent_packages_count":4.7080451114820665,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":9.44548206621595},"purl":"pkg:pypi/grpcio-csds","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-csds","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-csds","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-csds/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-29T02:33:55.729Z","issues_count":1345,"pull_requests_count":5061,"avg_time_to_close_issue":20988390.58029197,"avg_time_to_close_pull_request":1688831.4560987186,"issues_closed_count":816,"pull_requests_closed_count":4214,"pull_request_authors_count":268,"issue_authors_count":877,"avg_comments_per_issue":4.940520446096654,"avg_comments_per_pull_request":0.6876111440426793,"merged_pull_requests_count":1787,"bot_issues_count":0,"bot_pull_requests_count":622,"past_year_issues_count":609,"past_year_pull_requests_count":3460,"past_year_avg_time_to_close_issue":2546083.524926686,"past_year_avg_time_to_close_pull_request":518721.88306731434,"past_year_issues_closed_count":338,"past_year_pull_requests_closed_count":2882,"past_year_pull_request_authors_count":173,"past_year_issue_authors_count":410,"past_year_avg_comments_per_issue":2.7586206896551726,"past_year_avg_comments_per_pull_request":0.42254335260115605,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":578,"past_year_merged_pull_requests_count":731,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":760,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":357,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":348,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":68,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":457,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":229,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":216,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":170,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"arvindbr8","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"murgatroid99","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csds/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csds/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csds/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csds/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csds/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csds/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2022-11-21T22:01:28.255Z","updated_at":"2022-11-21T22:01:28.255Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":10392944,"name":"grpcio-csm-observability","ecosystem":"pypi","description":"gRPC Python CSM observability package","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":55,"first_release_published_at":"2024-06-18T15:30:55.000Z","latest_release_published_at":"2026-07-23T15:23:20.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:02:24.915Z","created_at":"2024-06-18T16:03:32.722Z","updated_at":"2026-08-15T23:02:24.915Z","registry_url":"https://pypi.org/project/grpcio-csm-observability/","install_command":"pip install grpcio-csm-observability --index-url https://pypi.org/simple","documentation_url":"https://grpcio-csm-observability.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3"],"normalized_name":"grpcio-csm-observability","project_status":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-16T00:12:43.215Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215710269,"owners_count":15919624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-09-29T15:41:47.476Z","dependent_packages_count":0,"downloads":290,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":60.61678349868984,"dependent_packages_count":10.763304465573171,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":35.690043982131506},"purl":"pkg:pypi/grpcio-csm-observability","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-csm-observability","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-csm-observability","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-csm-observability/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-29T02:33:55.729Z","issues_count":1345,"pull_requests_count":5061,"avg_time_to_close_issue":20988390.58029197,"avg_time_to_close_pull_request":1688831.4560987186,"issues_closed_count":816,"pull_requests_closed_count":4214,"pull_request_authors_count":268,"issue_authors_count":877,"avg_comments_per_issue":4.940520446096654,"avg_comments_per_pull_request":0.6876111440426793,"merged_pull_requests_count":1787,"bot_issues_count":0,"bot_pull_requests_count":622,"past_year_issues_count":609,"past_year_pull_requests_count":3460,"past_year_avg_time_to_close_issue":2546083.524926686,"past_year_avg_time_to_close_pull_request":518721.88306731434,"past_year_issues_closed_count":338,"past_year_pull_requests_closed_count":2882,"past_year_pull_request_authors_count":173,"past_year_issue_authors_count":410,"past_year_avg_comments_per_issue":2.7586206896551726,"past_year_avg_comments_per_pull_request":0.42254335260115605,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":578,"past_year_merged_pull_requests_count":731,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":760,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":357,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":348,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":68,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":457,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":229,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":216,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":170,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"arvindbr8","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"murgatroid99","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csm-observability/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csm-observability/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csm-observability/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csm-observability/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csm-observability/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-csm-observability/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2024-06-18T22:51:59.321Z","updated_at":"2024-06-18T22:51:59.321Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":1295939,"name":"@stephenplusplus/grpc","ecosystem":"npm","description":"gRPC Library for Node","homepage":"http://www.grpc.io/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":"stephenplusplus","versions_count":2,"first_release_published_at":"2016-03-29T14:40:17.033Z","latest_release_published_at":"2016-03-29T14:46:20.596Z","latest_release_number":"0.14.1","last_synced_at":"2026-08-16T00:32:04.841Z","created_at":"2022-04-08T19:58:36.583Z","updated_at":"2026-08-16T00:32:04.841Z","registry_url":"https://www.npmjs.com/package/@stephenplusplus/grpc","install_command":"npm install @stephenplusplus/grpc","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.14.1"},"contentPolicy":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.070Z","dependent_packages_count":1,"downloads":26,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":12.233421706084274,"dependent_repos_count":10.295976646711454,"dependent_packages_count":20.907756255897063,"stargazers_count":0.451447036479038,"forks_count":0.38170493939299727,"docker_downloads_count":null,"average":8.854061316912965},"purl":"pkg:npm/%40stephenplusplus/grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@stephenplusplus/grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@stephenplusplus/grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@stephenplusplus/grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stephenplusplus%2Fgrpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stephenplusplus%2Fgrpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stephenplusplus%2Fgrpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stephenplusplus%2Fgrpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stephenplusplus%2Fgrpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stephenplusplus%2Fgrpc/codemeta","maintainers":[{"uuid":"stephenplusplus","login":"stephenplusplus","name":null,"email":"sawchuk@gmail.com","url":null,"packages_count":54,"html_url":"https://www.npmjs.com/~stephenplusplus","role":null,"created_at":"2022-11-11T00:54:20.872Z","updated_at":"2022-11-11T00:54:20.872Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stephenplusplus/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5740898,"maintainers_count":1228152,"namespaces_count":415986,"keywords_count":872748,"github":"npm","metadata":{"funded_packages_count":186576,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-08-15T05:02:52.665Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":13071965,"name":"php84Extensions.grpc","ecosystem":"nixpkgs","description":"High performance, open source, general RPC framework that puts mobile and HTTP/2 first","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:21:44.929Z","latest_release_published_at":"2026-02-01T17:21:44.929Z","latest_release_number":"1.67.0","last_synced_at":"2026-03-08T02:26:11.006Z","created_at":"2026-02-01T17:21:44.178Z","updated_at":"2026-08-15T15:37:19.893Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=php84Extensions.grpc","install_command":"nix-env -iA nixpkgs.php84Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/php-packages/grpc/default.nix#L25","metadata":{"nix_attribute":"php-grpc-1.67.0","position":"pkgs/development/php-packages/grpc/default.nix:25","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.892Z","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/php84Extensions.grpc?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php84Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php84Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php84Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php84Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php84Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php84Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php84Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php84Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php84Extensions.grpc/codemeta","maintainers":[{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":591,"html_url":null,"role":null,"created_at":"2026-03-08T02:26:11.370Z","updated_at":"2026-03-08T02:26:11.370Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":691,"html_url":null,"role":null,"created_at":"2026-03-08T02:26:11.253Z","updated_at":"2026-03-08T02:26:11.253Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":582,"html_url":null,"role":null,"created_at":"2026-03-08T02:26:11.305Z","updated_at":"2026-03-08T02:26:11.305Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/drupol/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":475,"html_url":null,"role":null,"created_at":"2026-03-08T02:26:11.459Z","updated_at":"2026-03-08T02:26:11.459Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/talyz/packages"},{"uuid":"piotrkwiecinski","login":null,"name":"Piotr Kwiecinski","email":"piokwiecinski+nixpkgs@gmail.com","url":"https://github.com/piotrkwiecinski","packages_count":455,"html_url":null,"role":null,"created_at":"2026-03-08T02:26:11.416Z","updated_at":"2026-03-08T02:26:11.416Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/piotrkwiecinski/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":2524},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-15T05:04:20.477Z","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":3448322,"name":"x.grpc","ecosystem":"nuget","description":"gRPC library compatible with .NET Core.\n\nCurrently, the Grpc NuGet package doesn't support .NET Core. This package supplies a version which runs on .NET Core that is experimental and in-development.","homepage":"https://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","Protocol","HTTP/2","Auth","OAuth2"],"namespace":null,"versions_count":4,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2016-08-31T21:28:13.403Z","latest_release_number":"1.1.0-dev-20160831","last_synced_at":"2026-08-15T23:02:07.770Z","created_at":"2022-04-10T18:39:34.301Z","updated_at":"2026-08-15T23:02:07.770Z","registry_url":"https://www.nuget.org/packages/x.grpc/","install_command":"Install-Package x.grpc","documentation_url":null,"metadata":{"copyright":"Copyright 2015, Google Inc.","owners":"grpc-packages","license_url":"https://github.com/grpc/grpc/blob/master/LICENSE","require_license_acceptance":false,"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"gRPC library compatible with .NET Core.","dependency_summary":{"total_dependency_groups":2,"target_frameworks":[".NETFramework4.5",".NETStandard1.5"],"total_dependencies":2}},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.983Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":null,"forks_count":null,"average":16.12247337783693},"purl":"pkg:nuget/x.grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/x.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/x.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/x.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":14513768,"name":"dev-ruby/grpc","ecosystem":"gentoo","description":"Send RPCs from Ruby using GRPC","homepage":"https://github.com/grpc/grpc","licenses":"BSD-2","normalized_licenses":["BSD-1-Clause"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["~amd64","~arm64"],"namespace":"dev-ruby","versions_count":3,"first_release_published_at":"2026-04-22T07:13:25.000Z","latest_release_published_at":"2026-05-27T23:24:15.000Z","latest_release_number":"1.80.0","last_synced_at":"2026-07-25T03:01:15.179Z","created_at":"2026-05-27T02:45:44.918Z","updated_at":"2026-08-15T15:37:20.252Z","registry_url":"https://packages.gentoo.org/packages/dev-ruby/grpc","install_command":"emerge dev-ruby/grpc","documentation_url":"https://packages.gentoo.org/packages/dev-ruby/grpc","metadata":{"category":"dev-ruby","slot":"0","eapi":"8","inherit":"flag-o-matic multiprocessing ruby-fakegem","iuse":"test ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 doc test"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.251Z","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:gentoo/dev-ruby/grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/gentoo/dev-ruby/grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/gentoo/dev-ruby/grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/gentoo/dev-ruby/grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fgrpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fgrpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fgrpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fgrpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fgrpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fgrpc/codemeta","maintainers":[],"registry":{"name":"gentoo-portage","url":"https://packages.gentoo.org/","ecosystem":"gentoo","default":true,"packages_count":19519,"maintainers_count":0,"namespaces_count":174,"keywords_count":1054,"github":"gentoo","metadata":{"snapshot_url":"https://distfiles.gentoo.org/snapshots/portage-latest.tar.xz","funded_packages_count":517},"icon_url":"https://github.com/gentoo.png","created_at":"2026-05-26T08:59:24.155Z","updated_at":"2026-08-15T05:04:45.766Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/namespaces"}},{"id":13295802,"name":"python310Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:26:54.560Z","latest_release_published_at":"2026-02-02T06:26:54.560Z","latest_release_number":"1.59.0","last_synced_at":"2026-04-10T22:02:44.823Z","created_at":"2026-02-02T06:26:45.438Z","updated_at":"2026-08-15T15:37:20.111Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python310Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python310Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/grpcio-status/default.nix#L41","metadata":{"nix_attribute":"python3.10-grpcio-status-1.59.0","position":"pkgs/development/python-modules/grpcio-status/default.nix:41","platforms":["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","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.110Z","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":0.03050527833755477,"forks_count":0.024958864094362994,"docker_downloads_count":null,"average":0.01386603560797944},"purl":"pkg:nix/python310Packages.grpcio-status?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python310Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4331,"html_url":null,"role":null,"created_at":"2026-03-03T22:33:59.843Z","updated_at":"2026-03-03T22:33:59.843Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/fabaff/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":2430},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-15T05:04:25.376Z","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"}},{"id":12888831,"name":"python314Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":2,"first_release_published_at":"2026-01-27T07:38:55.943Z","latest_release_published_at":"2026-03-08T04:37:11.466Z","latest_release_number":"1.78.0","last_synced_at":"2026-05-14T05:14:26.383Z","created_at":"2026-01-27T07:38:55.718Z","updated_at":"2026-08-15T15:37:19.832Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python314Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python314Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/grpcio-status/default.nix#L41","metadata":{"nix_attribute":"python3.14-grpcio-status-1.78.0","position":"pkgs/development/python-modules/grpcio-status/default.nix:41","platforms":["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","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.831Z","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/python314Packages.grpcio-status?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python314Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python314Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python314Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python314Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5243,"html_url":null,"role":null,"created_at":"2026-03-08T04:37:12.101Z","updated_at":"2026-03-08T04:37:12.101Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":152806,"maintainers_count":4871,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":4901},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-15T05:02:55.682Z","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":5297690,"name":"grpcio-health-checking","ecosystem":"conda","description":null,"homepage":"https://pypi.org/project/grpcio-health-checking","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":23,"first_release_published_at":"2020-11-04T06:51:46.000Z","latest_release_published_at":"2022-09-02T13:31:13.000Z","latest_release_number":"1.48.1","last_synced_at":"2026-04-01T16:16:27.003Z","created_at":"2022-10-03T16:02:39.511Z","updated_at":"2026-08-15T15:37:19.964Z","registry_url":"https://anaconda.org/conda-forge/grpcio-health-checking","install_command":"conda install -c conda-forge grpcio-health-checking","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:19.964Z","dependent_packages_count":4,"downloads":343271,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.025455452957324,"dependent_packages_count":12.433241826803094,"stargazers_count":0.2795108560019965,"forks_count":0.8934364861492388,"average":11.907911155477914},"purl":"pkg:conda/grpcio-health-checking?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpcio-health-checking","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpcio-health-checking","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpcio-health-checking/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-health-checking/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-health-checking/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-health-checking/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-health-checking/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-health-checking/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-health-checking/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":2338},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-15T05:05:53.220Z","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":13291986,"name":"php82Extensions.grpc","ecosystem":"nixpkgs","description":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:12:48.095Z","latest_release_published_at":"2026-02-02T06:12:48.095Z","latest_release_number":"1.56.0","last_synced_at":"2026-03-08T22:41:15.344Z","created_at":"2026-02-02T06:12:41.338Z","updated_at":"2026-08-15T15:37:20.308Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=php82Extensions.grpc","install_command":"nix-env -iA nixpkgs.php82Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/php-packages/grpc/default.nix#L18","metadata":{"nix_attribute":"php-grpc-1.56.0","position":"pkgs/development/php-packages/grpc/default.nix:18","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.308Z","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/php82Extensions.grpc?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php82Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php82Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php82Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php82Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php82Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php82Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php82Extensions.grpc/codemeta","maintainers":[{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":464,"html_url":null,"role":null,"created_at":"2026-03-08T22:41:15.662Z","updated_at":"2026-03-08T22:41:15.662Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":561,"html_url":null,"role":null,"created_at":"2026-03-08T22:41:15.575Z","updated_at":"2026-03-08T22:41:15.575Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":381,"html_url":null,"role":null,"created_at":"2026-03-08T22:41:15.619Z","updated_at":"2026-03-08T22:41:15.619Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/drupol/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":358,"html_url":null,"role":null,"created_at":"2026-03-08T22:41:15.709Z","updated_at":"2026-03-08T22:41:15.709Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/talyz/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":2430},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-15T05:04:25.376Z","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"}},{"id":13195329,"name":"python311Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:22:20.665Z","latest_release_published_at":"2026-02-02T00:22:20.665Z","latest_release_number":"1.62.3","last_synced_at":"2026-05-08T03:00:22.337Z","created_at":"2026-02-02T00:22:19.261Z","updated_at":"2026-08-15T15:37:20.005Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python311Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python311Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/grpcio-status/default.nix#L40","metadata":{"nix_attribute":"python3.11-grpcio-status-1.62.3","position":"pkgs/development/python-modules/grpcio-status/default.nix:40","platforms":["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","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.004Z","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/python311Packages.grpcio-status?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python311Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4856,"html_url":null,"role":null,"created_at":"2026-03-09T02:08:19.787Z","updated_at":"2026-03-09T02:08:19.787Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/fabaff/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":2249},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-15T05:00:11.056Z","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":2753515,"name":"grpcio-reflection","ecosystem":"pypi","description":"Standard Protobuf Reflection Service for gRPC","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":262,"first_release_published_at":"2017-01-12T00:16:38.000Z","latest_release_published_at":"2026-07-23T15:23:37.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:03:23.026Z","created_at":"2022-04-10T11:11:56.071Z","updated_at":"2026-08-15T23:03:23.026Z","registry_url":"https://pypi.org/project/grpcio-reflection/","install_command":"pip install grpcio-reflection --index-url https://pypi.org/simple","documentation_url":"https://grpc.github.io/grpc/python/grpc_reflection.html","metadata":{"funding":null,"documentation":"https://grpc.github.io/grpc/python/grpc_reflection.html","classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14"],"normalized_name":"grpcio-reflection","project_status":null},"repo_metadata":{},"repo_metadata_updated_at":"2024-10-29T22:26:01.044Z","dependent_packages_count":66,"downloads":10559908,"downloads_period":"last-month","dependent_repos_count":968,"rankings":{"downloads":0.17102480747380383,"dependent_repos_count":0.372427723772251,"dependent_packages_count":0.35843495894864336,"stargazers_count":null,"forks_count":null,"docker_downloads_count":0.09586857719984851,"average":0.24943901684863667},"purl":"pkg:pypi/grpcio-reflection","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-reflection","docker_dependents_count":1082,"docker_downloads_count":764291478,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-reflection","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-reflection/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-reflection/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-reflection/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-reflection/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-reflection/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-reflection/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-reflection/codemeta","maintainers":[{"uuid":"google_opensource","login":"google_opensource","name":null,"email":null,"url":null,"packages_count":451,"html_url":"https://pypi.org/user/google_opensource/","role":null,"created_at":"2022-12-16T21:20:27.240Z","updated_at":"2022-12-16T21:20:27.240Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/google_opensource/packages"},{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2022-12-16T21:20:28.141Z","updated_at":"2022-12-16T21:20:28.141Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":9734230,"name":"grpcio-observability","ecosystem":"pypi","description":"gRPC Python observability package","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":64,"first_release_published_at":"2024-04-15T20:07:08.000Z","latest_release_published_at":"2026-07-23T15:23:34.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:02:15.937Z","created_at":"2024-04-15T20:16:29.810Z","updated_at":"2026-08-15T23:02:15.937Z","registry_url":"https://pypi.org/project/grpcio-observability/","install_command":"pip install grpcio-observability --index-url https://pypi.org/simple","documentation_url":"https://grpc.github.io/grpc/python/grpc_observability.html","metadata":{"funding":null,"documentation":"https://grpc.github.io/grpc/python/grpc_observability.html","classifiers":["Development Status :: 5 - Production/Stable","Operating System :: POSIX :: Linux","Programming Language :: Python","Programming Language :: Python :: 3"],"normalized_name":"grpcio-observability","project_status":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-16T00:12:43.215Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215710269,"owners_count":15919624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-09-29T15:41:47.833Z","dependent_packages_count":0,"downloads":347905,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":62.97015573950784,"dependent_packages_count":9.544706723891274,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":36.257431231699556},"purl":"pkg:pypi/grpcio-observability","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-observability","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-observability","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-observability/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-29T02:33:55.729Z","issues_count":1345,"pull_requests_count":5061,"avg_time_to_close_issue":20988390.58029197,"avg_time_to_close_pull_request":1688831.4560987186,"issues_closed_count":816,"pull_requests_closed_count":4214,"pull_request_authors_count":268,"issue_authors_count":877,"avg_comments_per_issue":4.940520446096654,"avg_comments_per_pull_request":0.6876111440426793,"merged_pull_requests_count":1787,"bot_issues_count":0,"bot_pull_requests_count":622,"past_year_issues_count":609,"past_year_pull_requests_count":3460,"past_year_avg_time_to_close_issue":2546083.524926686,"past_year_avg_time_to_close_pull_request":518721.88306731434,"past_year_issues_closed_count":338,"past_year_pull_requests_closed_count":2882,"past_year_pull_request_authors_count":173,"past_year_issue_authors_count":410,"past_year_avg_comments_per_issue":2.7586206896551726,"past_year_avg_comments_per_pull_request":0.42254335260115605,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":578,"past_year_merged_pull_requests_count":731,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":760,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":357,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":348,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":68,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":457,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":229,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":216,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":170,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"arvindbr8","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"murgatroid99","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-observability/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-observability/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-observability/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-observability/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-observability/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-observability/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2024-04-15T20:16:31.300Z","updated_at":"2024-04-15T20:16:31.300Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":2753510,"name":"grpcio-channelz","ecosystem":"pypi","description":"Channel Level Live Debug Information Service for gRPC","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":201,"first_release_published_at":"2019-01-07T18:14:21.000Z","latest_release_published_at":"2026-07-23T15:23:24.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:02:13.201Z","created_at":"2022-04-10T11:11:55.960Z","updated_at":"2026-08-15T23:02:13.202Z","registry_url":"https://pypi.org/project/grpcio-channelz/","install_command":"pip install grpcio-channelz --index-url https://pypi.org/simple","documentation_url":"https://grpc.github.io/grpc/python/grpc_channelz.html","metadata":{"funding":null,"documentation":"https://grpc.github.io/grpc/python/grpc_channelz.html","classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14"],"normalized_name":"grpcio-channelz","project_status":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.175Z","dependent_packages_count":7,"downloads":116361,"downloads_period":"last-month","dependent_repos_count":102,"rankings":{"downloads":0.9900501830576947,"dependent_repos_count":1.4672657278218129,"dependent_packages_count":1.0791111391735693,"stargazers_count":null,"forks_count":null,"docker_downloads_count":3.5526526038779522,"average":1.7722699134827573},"purl":"pkg:pypi/grpcio-channelz","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-channelz","docker_dependents_count":3,"docker_downloads_count":97,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-channelz","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-channelz/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-channelz/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-channelz/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-channelz/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-channelz/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-channelz/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-channelz/codemeta","maintainers":[{"uuid":"google_opensource","login":"google_opensource","name":null,"email":null,"url":null,"packages_count":451,"html_url":"https://pypi.org/user/google_opensource/","role":null,"created_at":"2022-12-06T16:58:48.566Z","updated_at":"2022-12-06T16:58:48.566Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/google_opensource/packages"},{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2022-12-06T16:58:48.734Z","updated_at":"2022-12-06T16:58:48.734Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":3334123,"name":"ydou.grpc.tools","ecosystem":"nuget","description":"gRPC and Protocol Buffer compiler for managed C# and native C++ projects.\n\nAdd this package to a project that contains .proto files to be compiled to code.\nIt contains the compilers, include files and project system integration for gRPC\nand Protocol buffer service description files necessary to build them on Windows,\nLinux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","HTTP/2"],"namespace":null,"versions_count":1,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-16T00:17:36.323Z","latest_release_number":null,"last_synced_at":"2026-08-16T00:17:38.399Z","created_at":"2022-04-10T17:27:17.634Z","updated_at":"2026-08-16T00:17:38.399Z","registry_url":"https://www.nuget.org/packages/ydou.grpc.tools/","install_command":"Install-Package ydou.grpc.tools","documentation_url":null,"metadata":{"copyright":"Copyright 2018 The gRPC Authors","owners":"The gRPC Authors","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"icon_url":"https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png","development_dependency":true,"serviceable":false,"framework_assemblies":[],"package_types":[],"dependency_summary":{"total_dependency_groups":2,"target_frameworks":[".NETFramework4.5",".NETStandard1.3"],"total_dependencies":0}},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.149Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":0.005098515628708511,"forks_count":0.001582297953737124,"average":8.062906892314077},"purl":"pkg:nuget/ydou.grpc.tools","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/ydou.grpc.tools","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/ydou.grpc.tools","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/ydou.grpc.tools/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ydou.grpc.tools/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ydou.grpc.tools/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ydou.grpc.tools/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ydou.grpc.tools/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ydou.grpc.tools/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ydou.grpc.tools/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":2753524,"name":"grpcio","ecosystem":"pypi","description":"HTTP/2-based RPC framework","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":288,"first_release_published_at":"2015-03-30T23:24:33.000Z","latest_release_published_at":"2026-07-23T15:18:53.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:03:25.267Z","created_at":"2022-04-10T11:11:56.802Z","updated_at":"2026-08-15T23:03:25.267Z","registry_url":"https://pypi.org/project/grpcio/","install_command":"pip install grpcio --index-url https://pypi.org/simple","documentation_url":"https://grpc.github.io/grpc/python","metadata":{"funding":null,"documentation":"https://grpc.github.io/grpc/python","classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14"],"normalized_name":"grpcio","project_status":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-10-29T16:20:46.000Z","size":534455,"stargazers_count":41847,"open_issues_count":987,"forks_count":10543,"subscribers_count":1351,"default_branch":"master","last_synced_at":"2024-10-29T16:50:31.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-10-29T14:41:49.000Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090776,"owners_count":16929471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-11-11T01:30:14.324Z","dependent_packages_count":1373,"downloads":450441759,"downloads_period":"last-month","dependent_repos_count":55951,"rankings":{"downloads":0.013205993319968377,"dependent_repos_count":0.02494465404882916,"dependent_packages_count":0.01870849053662187,"stargazers_count":0.06731388261706105,"forks_count":0.09079120407478261,"docker_downloads_count":0.02567832034438296,"average":0.04010709082360767},"purl":"pkg:pypi/grpcio","advisories":[{"uuid":"GSA_kwCzR0hTQS1wMjVtLWpwajQtcWNycs4AA127","url":"https://github.com/advisories/GHSA-p25m-jpj4-qcrr","title":"Denial of Service Vulnerability in gRPC TCP Server (Posix-compatible platforms)","description":"Lack of error handling in the TCP server in Google's gRPC starting version 1.23 on posix-compatible platforms (ex. Linux) allows an attacker to cause a denial of service by initiating a significant number of connections with the server. Note that gRPC C++ Python, and Ruby are affected, but gRPC Java, and Go are NOT affected. ","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-09-13T18:31:26.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","references":["https://nvd.nist.gov/vuln/detail/CVE-2023-4785","https://github.com/grpc/grpc/pull/33656","https://github.com/grpc/grpc/pull/33667","https://github.com/grpc/grpc/pull/33669","https://github.com/grpc/grpc/pull/33670","https://github.com/grpc/grpc/pull/33672","https://groups.google.com/g/grpc-io/c/LlLkB1CeE4U","https://rubygems.org/gems/grpc/versions/1.53.2","https://rubygems.org/gems/grpc/versions/1.54.3","https://rubygems.org/gems/grpc/versions/1.55.3","https://rubygems.org/gems/grpc/versions/1.56.2","https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-4785.yml","https://github.com/advisories/GHSA-p25m-jpj4-qcrr"],"source_kind":"github","identifiers":["GHSA-p25m-jpj4-qcrr","CVE-2023-4785"],"repository_url":"https://github.com/grpc/grpc","blast_radius":0.0,"created_at":"2024-02-11T06:05:31.547Z","updated_at":"2026-08-15T17:13:58.080Z","epss_percentage":0.00666,"epss_percentile":0.48588,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1wMjVtLWpwajQtcWNycs4AA127","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1wMjVtLWpwajQtcWNycs4AA127","packages":[{"ecosystem":"pypi","package_name":"grpcio","versions":[{"first_patched_version":"1.53.2","vulnerable_version_range":"\u003e= 1.53.0, \u003c 1.53.2"},{"first_patched_version":"1.54.3","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.3"},{"first_patched_version":"1.55.3","vulnerable_version_range":"\u003e= 1.55.0, \u003c 1.55.3"}],"purl":"pkg:pypi/grpcio"},{"ecosystem":"rubygems","package_name":"grpc","versions":[{"first_patched_version":"1.53.2","vulnerable_version_range":"\u003e= 1.53.0, \u003c 1.53.2"},{"first_patched_version":"1.54.3","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.3"},{"first_patched_version":"1.55.3","vulnerable_version_range":"\u003e= 1.55.0, \u003c 1.55.3"},{"first_patched_version":"1.56.2","vulnerable_version_range":"\u003e= 1.56.0, \u003c 1.56.2"}],"purl":"pkg:gem/grpc"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1wMjVtLWpwajQtcWNycs4AA127/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS00OTZqLTJycTYtajZjY84AA1Le","url":"https://github.com/advisories/GHSA-496j-2rq6-j6cc","title":"Excessive Iteration in gRPC","description":"gRPC contains a vulnerability that allows hpack table accounting errors could lead to unwanted disconnects between clients and servers in exceptional cases/ Three vectors were found that allow the following DOS attacks:\n\n- Unbounded memory buffering in the HPACK parser\n- Unbounded CPU consumption in the HPACK parser\n\nThe unbounded CPU consumption is down to a copy that occurred per-input-block in the parser, and because that could be unbounded due to the memory copy bug we end up with an O(n^2) parsing loop, with n selected by the client.\n\nThe unbounded memory buffering bugs:\n\n- The header size limit check was behind the string reading code, so we needed to first buffer up to a 4 gigabyte string before rejecting it as longer than 8 or 16kb.\n- HPACK varints have an encoding quirk whereby an infinite number of 0’s can be added at the start of an integer. gRPC’s hpack parser needed to read all of them before concluding a parse.\n- gRPC’s metadata overflow check was performed per frame, so that the following sequence of frames could cause infinite buffering: HEADERS: containing a: 1 CONTINUATION: containing a: 2 CONTINUATION: containing a: 3 etc…","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-08-09T15:30:15.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","references":["https://nvd.nist.gov/vuln/detail/CVE-2023-33953","https://cloud.google.com/support/bulletins#gcp-2023-022","https://security.snyk.io/vuln/SNYK-RUBY-GRPC-5834442","https://github.com/advisories/GHSA-496j-2rq6-j6cc","https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-33953.yml"],"source_kind":"github","identifiers":["GHSA-496j-2rq6-j6cc","CVE-2023-33953"],"repository_url":null,"blast_radius":0.0,"created_at":"2024-07-30T11:05:51.003Z","updated_at":"2026-08-15T17:11:32.062Z","epss_percentage":0.00479,"epss_percentile":0.38891,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00OTZqLTJycTYtajZjY84AA1Le","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS00OTZqLTJycTYtajZjY84AA1Le","packages":[{"ecosystem":"rubygems","package_name":"grpc","versions":[{"first_patched_version":"1.56.2","vulnerable_version_range":"\u003e= 1.56.0, \u003c 1.56.2"},{"first_patched_version":"1.55.2","vulnerable_version_range":"\u003e= 1.55.0, \u003c 1.55.2"},{"first_patched_version":"1.54.3","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.3"},{"first_patched_version":"1.53.2","vulnerable_version_range":"\u003c 1.53.2"}],"purl":"pkg:gem/grpc"},{"ecosystem":"pypi","package_name":"grpcio","versions":[{"first_patched_version":"1.56.2","vulnerable_version_range":"\u003e= 1.56.0, \u003c 1.56.2"},{"first_patched_version":"1.55.2","vulnerable_version_range":"\u003e= 1.55.0, \u003c 1.55.2"},{"first_patched_version":"1.54.3","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.3"},{"first_patched_version":"1.53.2","vulnerable_version_range":"\u003c 1.53.2"}],"purl":"pkg:pypi/grpcio"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00OTZqLTJycTYtajZjY84AA1Le/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS02NjI4LXE2ajktdzh2Z84AA0dX","url":"https://github.com/advisories/GHSA-6628-q6j9-w8vg","title":"gRPC Reachable Assertion issue","description":"There exists an vulnerability causing an abort() to be called in gRPC. \nThe following headers cause gRPC's C++ implementation to abort() when called via http2:\n\nte: x (x != trailers)\n\n:scheme: x (x != http, https)\n\ngrpclb_client_stats: x (x == anything)\n\nOn top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit 2485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-07-06T21:15:08.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","references":["https://nvd.nist.gov/vuln/detail/CVE-2023-1428","https://github.com/grpc/grpc/commit/2485fa94bd8a723e5c977d55a3ce10b301b437f8","https://github.com/grpc/grpc/issues/33463","https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-1428.yml","https://github.com/advisories/GHSA-6628-q6j9-w8vg"],"source_kind":"github","identifiers":["GHSA-6628-q6j9-w8vg","CVE-2023-1428"],"repository_url":"https://github.com/grpc/grpc","blast_radius":0.0,"created_at":"2023-07-07T00:03:45.563Z","updated_at":"2026-08-15T17:08:03.325Z","epss_percentage":0.00412,"epss_percentile":0.33621,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02NjI4LXE2ajktdzh2Z84AA0dX","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS02NjI4LXE2ajktdzh2Z84AA0dX","packages":[{"ecosystem":"rubygems","package_name":"grpc","versions":[{"first_patched_version":"1.53.0","vulnerable_version_range":"\u003e= 1.51.0, \u003c 1.53.0"}],"purl":"pkg:gem/grpc"},{"ecosystem":"pypi","package_name":"grpcio","versions":[{"first_patched_version":"1.53.0","vulnerable_version_range":"\u003e= 1.51.0, \u003c 1.53.0"}],"purl":"pkg:pypi/grpcio"},{"ecosystem":"maven","package_name":"io.grpc:grpc-protobuf","versions":[{"first_patched_version":"1.53.0","vulnerable_version_range":"\u003e= 1.51.0, \u003c 1.53.0"}],"purl":null}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02NjI4LXE2ajktdzh2Z84AA0dX/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS05aHhmLXBwanYtdzZycc4AA0dy","url":"https://github.com/advisories/GHSA-9hxf-ppjv-w6rq","title":"gRPC connection termination issue","description":"gRPC contains a vulnerability whereby a client can cause a termination of connection between a HTTP2 proxy and a gRPC server: a base64 encoding error for `-bin` suffixed headers will result in a disconnection by the gRPC server, but is typically allowed by HTTP2 proxies. We recommend upgrading beyond the commit in https://github.com/grpc/grpc/pull/32309.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2023-07-06T21:15:08.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.3,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L","references":["https://nvd.nist.gov/vuln/detail/CVE-2023-32732","https://github.com/grpc/grpc/pull/32309","https://github.com/grpc/grpc/releases/tag/v1.53.1","https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-32732.yml","https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/37IDNVY5AWVH7JDMM2SDTL24ZPPZJNSY","https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VWE44J5FG7THHL7XVEVTNIGEYBNKJBLL","https://github.com/grpc/grpc/commit/29d8beee0ac2555773b2a2dda5601c74a95d6c10","https://github.com/grpc/grpc/commit/65a2a895afaf1d2072447b9baf246374b182a946","https://github.com/grpc/grpc/releases/tag/v1.54.2","https://github.com/advisories/GHSA-9hxf-ppjv-w6rq"],"source_kind":"github","identifiers":["GHSA-9hxf-ppjv-w6rq","CVE-2023-32732"],"repository_url":"https://github.com/grpc/grpc","blast_radius":0.0,"created_at":"2023-07-07T00:03:45.546Z","updated_at":"2026-08-15T17:08:03.326Z","epss_percentage":0.00527,"epss_percentile":0.41533,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05aHhmLXBwanYtdzZycc4AA0dy","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS05aHhmLXBwanYtdzZycc4AA0dy","packages":[{"ecosystem":"rubygems","package_name":"grpc","versions":[{"first_patched_version":"1.54.2","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.2"},{"first_patched_version":"1.53.1","vulnerable_version_range":"\u003e= 1.53.0, \u003c 1.53.1"}],"purl":"pkg:gem/grpc"},{"ecosystem":"pypi","package_name":"grpcio","versions":[{"first_patched_version":"1.54.2","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.2"},{"first_patched_version":"1.53.1","vulnerable_version_range":"\u003e= 1.53.0, \u003c 1.53.1"}],"purl":"pkg:pypi/grpcio"},{"ecosystem":"maven","package_name":"io.grpc:grpc-protobuf","versions":[{"first_patched_version":"1.54.2","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.2"},{"first_patched_version":"1.53.1","vulnerable_version_range":"\u003e= 1.53.0, \u003c 1.53.1"}],"purl":null}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05aHhmLXBwanYtdzZycc4AA0dy/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1jZmdwLTI5NzctMmZtbc4AA0N9","url":"https://github.com/advisories/GHSA-cfgp-2977-2fmm","title":"Connection confusion in gRPC","description":"When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-07-05T19:12:51.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.4,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H","references":["https://nvd.nist.gov/vuln/detail/CVE-2023-32731","https://github.com/grpc/grpc/pull/32309","https://github.com/grpc/grpc/pull/33005","https://github.com/grpc/grpc/issues/33463","https://github.com/rubysec/ruby-advisory-db/blob/master/gems/grpc/CVE-2023-32731.yml","https://github.com/grpc/grpc/commit/29d8beee0ac2555773b2a2dda5601c74a95d6c10","https://github.com/grpc/grpc/commit/65a2a895afaf1d2072447b9baf246374b182a946","https://github.com/grpc/grpc/releases/tag/v1.53.1","https://github.com/grpc/grpc/releases/tag/v1.54.2","https://github.com/advisories/GHSA-cfgp-2977-2fmm"],"source_kind":"github","identifiers":["GHSA-cfgp-2977-2fmm","CVE-2023-32731"],"repository_url":"https://github.com/grpc/grpc","blast_radius":0.0,"created_at":"2023-07-05T21:03:38.905Z","updated_at":"2026-08-15T17:08:03.327Z","epss_percentage":0.00502,"epss_percentile":0.40503,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jZmdwLTI5NzctMmZtbc4AA0N9","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1jZmdwLTI5NzctMmZtbc4AA0N9","packages":[{"ecosystem":"maven","package_name":"io.grpc:grpc-protobuf","versions":[{"first_patched_version":"1.54.2","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.2"},{"first_patched_version":"1.53.1","vulnerable_version_range":"\u003e= 1.53.0, \u003c 1.53.1"}],"purl":null},{"ecosystem":"rubygems","package_name":"grpc","versions":[{"first_patched_version":"1.54.2","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.2"},{"first_patched_version":"1.53.1","vulnerable_version_range":"\u003e= 1.53.0, \u003c 1.53.1"}],"purl":"pkg:gem/grpc"},{"ecosystem":"pypi","package_name":"grpcio","versions":[{"first_patched_version":"1.54.2","vulnerable_version_range":"\u003e= 1.54.0, \u003c 1.54.2"},{"first_patched_version":"1.53.1","vulnerable_version_range":"\u003e= 1.53.0, \u003c 1.53.1"}],"purl":"pkg:pypi/grpcio"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jZmdwLTI5NzctMmZtbc4AA0N9/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio","docker_dependents_count":7118,"docker_downloads_count":3058571220,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2024-11-11T00:13:04.418Z","issues_count":1403,"pull_requests_count":5341,"avg_time_to_close_issue":20190539.713953488,"avg_time_to_close_pull_request":1950272.2769437598,"issues_closed_count":853,"pull_requests_closed_count":4462,"pull_request_authors_count":279,"issue_authors_count":917,"avg_comments_per_issue":4.946543121881682,"avg_comments_per_pull_request":0.6873244710728328,"merged_pull_requests_count":1841,"bot_issues_count":0,"bot_pull_requests_count":679,"past_year_issues_count":589,"past_year_pull_requests_count":3420,"past_year_avg_time_to_close_issue":2194342.0443037977,"past_year_avg_time_to_close_pull_request":514371.9890265487,"past_year_issues_closed_count":314,"past_year_pull_requests_closed_count":2825,"past_year_pull_request_authors_count":167,"past_year_issue_authors_count":385,"past_year_avg_comments_per_issue":2.738539898132428,"past_year_avg_comments_per_pull_request":0.4198830409356725,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":628,"past_year_merged_pull_requests_count":557,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":796,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":376,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":365,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":302,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":177,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":71,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":68,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":408,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"yashykt","count":220,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"markdroth","count":218,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"drfloob","count":163,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":84,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":68,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"ejona86","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"arvindbr8","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"murgatroid99","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio/codemeta","maintainers":[{"uuid":"google_opensource","login":"google_opensource","name":null,"email":null,"url":null,"packages_count":451,"html_url":"https://pypi.org/user/google_opensource/","role":null,"created_at":"2022-12-06T16:58:38.781Z","updated_at":"2022-12-06T16:58:38.781Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/google_opensource/packages"},{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2022-12-06T16:58:38.864Z","updated_at":"2022-12-06T16:58:38.864Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":12808641,"name":"php81Extensions.grpc","ecosystem":"nixpkgs","description":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T15:57:24.636Z","latest_release_published_at":"2026-01-26T15:57:24.636Z","latest_release_number":"1.50.0","last_synced_at":"2026-04-17T05:04:30.035Z","created_at":"2026-01-26T15:57:24.410Z","updated_at":"2026-08-15T15:37:20.259Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=php81Extensions.grpc","install_command":"nix-env -iA nixpkgs.php81Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/php-packages/grpc/default.nix#L15","metadata":{"nix_attribute":"php-grpc-1.50.0","position":"pkgs/development/php-packages/grpc/default.nix:15","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.259Z","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/php81Extensions.grpc?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php81Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php81Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php81Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php81Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php81Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php81Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php81Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php81Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php81Extensions.grpc/codemeta","maintainers":[{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":526,"html_url":null,"role":null,"created_at":"2026-03-04T16:46:43.546Z","updated_at":"2026-03-04T16:46:43.546Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":347,"html_url":null,"role":null,"created_at":"2026-03-04T16:46:43.825Z","updated_at":"2026-03-04T16:46:43.825Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/drupol/packages"},{"uuid":"etu","login":null,"name":"Elis Hirwing","email":"elis@hirwing.se","url":"https://github.com/etu","packages_count":332,"html_url":null,"role":null,"created_at":"2026-03-04T16:46:44.144Z","updated_at":"2026-03-04T16:46:44.144Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/etu/packages"},{"uuid":"globin","login":null,"name":"Robin Gloster","email":"mail@glob.in","url":"https://github.com/globin","packages_count":1327,"html_url":null,"role":null,"created_at":"2026-03-04T16:46:44.511Z","updated_at":"2026-03-04T16:46:44.511Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/globin/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":463,"html_url":null,"role":null,"created_at":"2026-03-04T16:46:44.748Z","updated_at":"2026-03-04T16:46:44.748Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/Ma27/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":343,"html_url":null,"role":null,"created_at":"2026-03-04T16:46:44.945Z","updated_at":"2026-03-04T16:46:44.945Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/talyz/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":1626},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-15T05:04:18.502Z","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":13071718,"name":"php82Extensions.grpc","ecosystem":"nixpkgs","description":"High performance, open source, general RPC framework that puts mobile and HTTP/2 first","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:21:29.409Z","latest_release_published_at":"2026-02-01T17:21:29.409Z","latest_release_number":"1.67.0","last_synced_at":"2026-04-11T04:02:16.086Z","created_at":"2026-02-01T17:21:24.295Z","updated_at":"2026-08-15T15:37:20.332Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=php82Extensions.grpc","install_command":"nix-env -iA nixpkgs.php82Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/php-packages/grpc/default.nix#L25","metadata":{"nix_attribute":"php-grpc-1.67.0","position":"pkgs/development/php-packages/grpc/default.nix:25","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.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:nix/php82Extensions.grpc?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php82Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php82Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php82Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php82Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php82Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php82Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php82Extensions.grpc/codemeta","maintainers":[{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":591,"html_url":null,"role":null,"created_at":"2026-03-03T23:24:05.289Z","updated_at":"2026-03-03T23:24:05.289Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":691,"html_url":null,"role":null,"created_at":"2026-03-03T23:24:05.210Z","updated_at":"2026-03-03T23:24:05.210Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":582,"html_url":null,"role":null,"created_at":"2026-03-03T23:24:05.250Z","updated_at":"2026-03-03T23:24:05.250Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/drupol/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":475,"html_url":null,"role":null,"created_at":"2026-03-03T23:24:05.366Z","updated_at":"2026-03-03T23:24:05.366Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/talyz/packages"},{"uuid":"piotrkwiecinski","login":null,"name":"Piotr Kwiecinski","email":"piokwiecinski+nixpkgs@gmail.com","url":"https://github.com/piotrkwiecinski","packages_count":455,"html_url":null,"role":null,"created_at":"2026-03-03T23:24:05.328Z","updated_at":"2026-03-03T23:24:05.328Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/piotrkwiecinski/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":2524},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-15T05:04:20.477Z","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":12706634,"name":"grpc","ecosystem":"bazel","description":null,"homepage":"https://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":47,"first_release_published_at":"2026-01-23T13:32:23.797Z","latest_release_published_at":"2026-07-22T13:18:02.403Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:02:11.983Z","created_at":"2026-01-23T13:32:18.724Z","updated_at":"2026-08-15T23:02:11.983Z","registry_url":"https://registry.bazel.build/modules/grpc","install_command":"bazel_dep(name = \"grpc\")","documentation_url":"https://registry.bazel.build/docs/grpc","metadata":{"maintainers":[{"email":"bpawan@google.com","github":"pawbhard","name":"Pawan Bhardwaj","github_user_id":13415978},{"email":"rishesh@google.com","github":"rishesh007","name":"Rishesh Agarwal","github_user_id":40896662},{"email":"roth@google.com","github":"markdroth","name":"Mark Roth","github_user_id":18664614},{"email":"sergiitk@google.com","github":"sergiitk","name":"Sergii Tkachenko","github_user_id":672669},{"email":"weizheyuan@google.com","github":"yuanweiz","name":"Weizhe Yuan","github_user_id":5679340},{"email":"asheshvidyut@google.com","github":"asheshvidyut","name":"Ashesh Vidyut","github_user_id":134911583},{"email":"ssreenithi@google.com","github":"sreenithi","name":"Sreenithi Sridharan","github_user_id":22791051}],"yanked_versions":{},"deprecated":null,"repository":["github:grpc/grpc"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.108Z","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:bazel/grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/bazel/grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/bazel/grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/bazel/grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages/grpc/codemeta","maintainers":[{"uuid":"13415978","login":"pawbhard","name":"Pawan Bhardwaj","email":"bpawan@google.com","url":null,"packages_count":1,"html_url":null,"role":null,"created_at":"2026-03-01T09:13:12.597Z","updated_at":"2026-03-01T09:13:12.597Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/maintainers/pawbhard/packages"},{"uuid":"40896662","login":"rishesh007","name":"Rishesh Agarwal","email":"rishesh@google.com","url":null,"packages_count":1,"html_url":null,"role":null,"created_at":"2026-03-01T09:13:12.689Z","updated_at":"2026-03-01T09:13:12.689Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/maintainers/rishesh007/packages"},{"uuid":"18664614","login":"markdroth","name":"Mark Roth","email":"roth@google.com","url":null,"packages_count":2,"html_url":null,"role":null,"created_at":"2026-03-01T09:13:12.739Z","updated_at":"2026-03-01T09:13:12.739Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/maintainers/markdroth/packages"},{"uuid":"672669","login":"sergiitk","name":"Sergii Tkachenko","email":"sergiitk@google.com","url":null,"packages_count":1,"html_url":null,"role":null,"created_at":"2026-03-01T09:13:12.824Z","updated_at":"2026-03-01T09:13:12.824Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/maintainers/sergiitk/packages"},{"uuid":"5679340","login":"yuanweiz","name":"Weizhe Yuan","email":"weizheyuan@google.com","url":null,"packages_count":2,"html_url":null,"role":null,"created_at":"2026-03-01T09:13:12.906Z","updated_at":"2026-03-01T09:13:12.906Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/maintainers/yuanweiz/packages"},{"uuid":"134911583","login":"asheshvidyut","name":"Ashesh Vidyut","email":"asheshvidyut@google.com","url":null,"packages_count":1,"html_url":null,"role":null,"created_at":"2026-03-01T09:13:13.025Z","updated_at":"2026-03-01T09:13:13.025Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/maintainers/asheshvidyut/packages"},{"uuid":"22791051","login":"sreenithi","name":"Sreenithi Sridharan","email":"ssreenithi@google.com","url":null,"packages_count":1,"html_url":null,"role":null,"created_at":"2026-03-01T09:13:13.293Z","updated_at":"2026-03-01T09:13:13.293Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/maintainers/sreenithi/packages"}],"registry":{"name":"registry.bazel.build","url":"https://registry.bazel.build","ecosystem":"bazel","default":true,"packages_count":1230,"maintainers_count":466,"namespaces_count":0,"keywords_count":636,"github":"bazelbuild","metadata":{"funded_packages_count":69},"icon_url":"https://github.com/bazelbuild.png","created_at":"2026-01-23T13:05:25.896Z","updated_at":"2026-08-15T05:05:28.327Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/registry.bazel.build/namespaces"}},{"id":13071840,"name":"php83Extensions.grpc","ecosystem":"nixpkgs","description":"High performance, open source, general RPC framework that puts mobile and HTTP/2 first","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:21:34.910Z","latest_release_published_at":"2026-02-01T17:21:34.910Z","latest_release_number":"1.67.0","last_synced_at":"2026-03-08T02:25:33.082Z","created_at":"2026-02-01T17:21:34.026Z","updated_at":"2026-08-15T15:37:20.220Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=php83Extensions.grpc","install_command":"nix-env -iA nixpkgs.php83Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/php-packages/grpc/default.nix#L25","metadata":{"nix_attribute":"php-grpc-1.67.0","position":"pkgs/development/php-packages/grpc/default.nix:25","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.219Z","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/php83Extensions.grpc?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php83Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php83Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php83Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php83Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php83Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php83Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php83Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php83Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/php83Extensions.grpc/codemeta","maintainers":[{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":591,"html_url":null,"role":null,"created_at":"2026-03-08T02:25:33.434Z","updated_at":"2026-03-08T02:25:33.434Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":691,"html_url":null,"role":null,"created_at":"2026-03-08T02:25:33.324Z","updated_at":"2026-03-08T02:25:33.324Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":582,"html_url":null,"role":null,"created_at":"2026-03-08T02:25:33.368Z","updated_at":"2026-03-08T02:25:33.368Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/drupol/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":475,"html_url":null,"role":null,"created_at":"2026-03-08T02:25:33.518Z","updated_at":"2026-03-08T02:25:33.518Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/talyz/packages"},{"uuid":"piotrkwiecinski","login":null,"name":"Piotr Kwiecinski","email":"piokwiecinski+nixpkgs@gmail.com","url":"https://github.com/piotrkwiecinski","packages_count":455,"html_url":null,"role":null,"created_at":"2026-03-08T02:25:33.476Z","updated_at":"2026-03-08T02:25:33.476Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/piotrkwiecinski/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":2524},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-15T05:04:20.477Z","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":12815217,"name":"python310Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T17:04:50.386Z","latest_release_published_at":"2026-01-26T17:04:50.386Z","latest_release_number":"1.54.2","last_synced_at":"2026-04-17T17:05:09.426Z","created_at":"2026-01-26T17:04:50.225Z","updated_at":"2026-08-15T15:37:20.244Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python310Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python310Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/grpcio-status/default.nix#L41","metadata":{"nix_attribute":"python3.10-grpcio-status-1.54.2","position":"pkgs/development/python-modules/grpcio-status/default.nix:41","platforms":["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","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.244Z","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/python310Packages.grpcio-status?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python310Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python310Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python310Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python310Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":3335,"html_url":null,"role":null,"created_at":"2026-03-04T18:27:01.346Z","updated_at":"2026-03-04T18:27:01.346Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/fabaff/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":1626},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-15T05:04:18.502Z","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":13814673,"name":"php85Extensions.grpc","ecosystem":"nixpkgs","description":"High performance, open source, general RPC framework that puts mobile and HTTP/2 first","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2026-02-13T20:53:38.087Z","latest_release_published_at":"2026-03-13T21:11:29.711Z","latest_release_number":"1.78.0","last_synced_at":"2026-05-14T05:14:26.410Z","created_at":"2026-02-13T20:53:37.909Z","updated_at":"2026-08-15T15:37:20.789Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=php85Extensions.grpc","install_command":"nix-env -iA nixpkgs.php85Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26","metadata":{"nix_attribute":"php-grpc-1.78.0","position":"pkgs/development/php-packages/grpc/default.nix:26","broken":true,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.781Z","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/php85Extensions.grpc?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php85Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php85Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php85Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php85Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php85Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php85Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php85Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php85Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php85Extensions.grpc/codemeta","maintainers":[{"uuid":"piotrkwiecinski","login":null,"name":"Piotr Kwiecinski","email":"piokwiecinski+nixpkgs@gmail.com","url":"https://github.com/piotrkwiecinski","packages_count":561,"html_url":null,"role":null,"created_at":"2026-02-13T20:53:39.805Z","updated_at":"2026-02-13T20:53:39.805Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/piotrkwiecinski/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":690,"html_url":null,"role":null,"created_at":"2026-02-13T20:53:38.992Z","updated_at":"2026-02-13T20:53:38.992Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":822,"html_url":null,"role":null,"created_at":"2026-02-13T20:53:39.121Z","updated_at":"2026-02-13T20:53:39.121Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/aanderse/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":572,"html_url":null,"role":null,"created_at":"2026-02-13T20:53:40.281Z","updated_at":"2026-02-13T20:53:40.281Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/talyz/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":152806,"maintainers_count":4871,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":4901},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-15T05:02:55.682Z","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":13191331,"name":"php83Extensions.grpc","ecosystem":"nixpkgs","description":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:12:06.491Z","latest_release_published_at":"2026-02-02T00:12:06.491Z","latest_release_number":"1.62.3","last_synced_at":"2026-05-08T03:00:22.364Z","created_at":"2026-02-02T00:11:45.302Z","updated_at":"2026-08-15T15:37:20.517Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=php83Extensions.grpc","install_command":"nix-env -iA nixpkgs.php83Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/php-packages/grpc/default.nix#L25","metadata":{"nix_attribute":"php-grpc-1.62.3","position":"pkgs/development/php-packages/grpc/default.nix:25","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.517Z","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/php83Extensions.grpc?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php83Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php83Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php83Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php83Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php83Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php83Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php83Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php83Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php83Extensions.grpc/codemeta","maintainers":[{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":567,"html_url":null,"role":null,"created_at":"2026-03-09T01:13:21.208Z","updated_at":"2026-03-09T01:13:21.208Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":411,"html_url":null,"role":null,"created_at":"2026-03-09T01:13:21.274Z","updated_at":"2026-03-09T01:13:21.274Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/drupol/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":472,"html_url":null,"role":null,"created_at":"2026-03-09T01:13:21.318Z","updated_at":"2026-03-09T01:13:21.318Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/Ma27/packages"},{"uuid":"patka-123","login":null,"name":"patka","email":"patka@patka.dev","url":"https://github.com/patka-123","packages_count":340,"html_url":null,"role":null,"created_at":"2026-03-09T01:13:21.361Z","updated_at":"2026-03-09T01:13:21.361Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/patka-123/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":352,"html_url":null,"role":null,"created_at":"2026-03-09T01:13:21.396Z","updated_at":"2026-03-09T01:13:21.396Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/talyz/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":2249},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-15T05:00:11.056Z","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":13291868,"name":"php81Extensions.grpc","ecosystem":"nixpkgs","description":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:13:11.204Z","latest_release_published_at":"2026-02-02T06:13:11.204Z","latest_release_number":"1.56.0","last_synced_at":"2026-03-08T22:41:53.335Z","created_at":"2026-02-02T06:12:06.525Z","updated_at":"2026-08-15T15:37:20.625Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=php81Extensions.grpc","install_command":"nix-env -iA nixpkgs.php81Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/php-packages/grpc/default.nix#L18","metadata":{"nix_attribute":"php-grpc-1.56.0","position":"pkgs/development/php-packages/grpc/default.nix:18","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.625Z","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/php81Extensions.grpc?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php81Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php81Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php81Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php81Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php81Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php81Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php81Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php81Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php81Extensions.grpc/codemeta","maintainers":[{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":464,"html_url":null,"role":null,"created_at":"2026-03-08T22:41:53.688Z","updated_at":"2026-03-08T22:41:53.688Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":561,"html_url":null,"role":null,"created_at":"2026-03-08T22:41:53.588Z","updated_at":"2026-03-08T22:41:53.588Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":381,"html_url":null,"role":null,"created_at":"2026-03-08T22:41:53.634Z","updated_at":"2026-03-08T22:41:53.634Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/drupol/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":358,"html_url":null,"role":null,"created_at":"2026-03-08T22:41:53.748Z","updated_at":"2026-03-08T22:41:53.748Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/talyz/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":2430},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-15T05:04:25.376Z","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"}},{"id":5287013,"name":"grpcio-tools","ecosystem":"conda","description":"gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.  This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.","homepage":"https://grpc.io/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2020-11-24T10:23:58.000Z","latest_release_published_at":"2021-11-18T20:20:56.000Z","latest_release_number":"1.41.1","last_synced_at":"2026-04-01T16:16:14.469Z","created_at":"2022-10-03T15:44:20.537Z","updated_at":"2026-08-15T15:37:21.006Z","registry_url":"https://anaconda.org/conda-forge/grpcio-tools","install_command":"conda install -c conda-forge grpcio-tools","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.006Z","dependent_packages_count":3,"downloads":766267,"downloads_period":"total","dependent_repos_count":5,"rankings":{"downloads":null,"dependent_repos_count":14.811118319277409,"dependent_packages_count":15.649483507161035,"stargazers_count":0.30939667648086233,"forks_count":0.9082289535405957,"docker_downloads_count":null,"average":7.919556864114975},"purl":"pkg:conda/grpcio-tools?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpcio-tools","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpcio-tools","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpcio-tools/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-tools/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-tools/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-tools/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-tools/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-tools/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio-tools/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":2338},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-15T05:05:53.220Z","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":13292104,"name":"php83Extensions.grpc","ecosystem":"nixpkgs","description":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:13:36.807Z","latest_release_published_at":"2026-02-02T06:13:36.807Z","latest_release_number":"1.56.0","last_synced_at":"2026-04-14T22:06:51.071Z","created_at":"2026-02-02T06:13:11.810Z","updated_at":"2026-08-15T15:37:21.221Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=php83Extensions.grpc","install_command":"nix-env -iA nixpkgs.php83Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/php-packages/grpc/default.nix#L18","metadata":{"nix_attribute":"php-grpc-1.56.0","position":"pkgs/development/php-packages/grpc/default.nix:18","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.220Z","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":0.03050527833755477,"forks_count":0.024958864094362994,"docker_downloads_count":null,"average":0.01386603560797944},"purl":"pkg:nix/php83Extensions.grpc?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php83Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php83Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php83Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php83Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php83Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php83Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php83Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php83Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/php83Extensions.grpc/codemeta","maintainers":[{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":464,"html_url":null,"role":null,"created_at":"2026-03-04T10:09:23.014Z","updated_at":"2026-03-04T10:09:23.014Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":561,"html_url":null,"role":null,"created_at":"2026-03-04T10:09:22.871Z","updated_at":"2026-03-04T10:09:22.871Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":381,"html_url":null,"role":null,"created_at":"2026-03-04T10:09:22.934Z","updated_at":"2026-03-04T10:09:22.934Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/drupol/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":358,"html_url":null,"role":null,"created_at":"2026-03-04T10:09:23.060Z","updated_at":"2026-03-04T10:09:23.060Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/talyz/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":2430},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-15T05:04:25.376Z","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"}},{"id":13203612,"name":"python312Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:55:51.137Z","latest_release_published_at":"2026-02-02T00:55:51.137Z","latest_release_number":"1.62.3","last_synced_at":"2026-05-08T03:00:22.093Z","created_at":"2026-02-02T00:55:48.242Z","updated_at":"2026-08-15T15:37:21.134Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=python312Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python312Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/grpcio-status/default.nix#L40","metadata":{"nix_attribute":"python3.12-grpcio-status-1.62.3","position":"pkgs/development/python-modules/grpcio-status/default.nix:40","platforms":["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","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.133Z","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/python312Packages.grpcio-status?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python312Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python312Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python312Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/python312Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4856,"html_url":null,"role":null,"created_at":"2026-03-07T19:07:37.491Z","updated_at":"2026-03-07T19:07:37.491Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/fabaff/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":2249},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-15T05:00:11.056Z","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":12853722,"name":"php84Extensions.grpc","ecosystem":"nixpkgs","description":"High performance, open source, general RPC framework that puts mobile and HTTP/2 first","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2026-01-26T23:38:09.156Z","latest_release_published_at":"2026-03-07T22:25:16.622Z","latest_release_number":"1.78.0","last_synced_at":"2026-05-14T05:14:26.401Z","created_at":"2026-01-26T23:38:08.966Z","updated_at":"2026-08-15T15:37:21.484Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=php84Extensions.grpc","install_command":"nix-env -iA nixpkgs.php84Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26","metadata":{"nix_attribute":"php-grpc-1.78.0","position":"pkgs/development/php-packages/grpc/default.nix:26","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.484Z","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":0.04394899126600999,"forks_count":0.025811312330831265,"docker_downloads_count":null,"average":0.017440075899210313},"purl":"pkg:nix/php84Extensions.grpc?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php84Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php84Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php84Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php84Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php84Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php84Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php84Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php84Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php84Extensions.grpc/codemeta","maintainers":[{"uuid":"piotrkwiecinski","login":null,"name":"Piotr Kwiecinski","email":"piokwiecinski+nixpkgs@gmail.com","url":"https://github.com/piotrkwiecinski","packages_count":561,"html_url":null,"role":null,"created_at":"2026-03-07T22:25:17.606Z","updated_at":"2026-03-07T22:25:17.606Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/piotrkwiecinski/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":690,"html_url":null,"role":null,"created_at":"2026-03-07T22:25:17.507Z","updated_at":"2026-03-07T22:25:17.507Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":822,"html_url":null,"role":null,"created_at":"2026-03-07T22:25:17.559Z","updated_at":"2026-03-07T22:25:17.559Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/aanderse/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":572,"html_url":null,"role":null,"created_at":"2026-03-07T22:25:17.654Z","updated_at":"2026-03-07T22:25:17.654Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/talyz/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":152806,"maintainers_count":4871,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":4901},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-15T05:02:55.682Z","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":5287008,"name":"grpcio","ecosystem":"conda","description":"gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.  This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.","homepage":"https://grpc.io/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":36,"first_release_published_at":"2018-11-01T19:30:09.000Z","latest_release_published_at":"2022-10-28T00:49:39.000Z","latest_release_number":"1.49.1","last_synced_at":"2026-07-26T03:01:23.572Z","created_at":"2022-10-03T15:44:20.322Z","updated_at":"2026-08-15T15:37:21.425Z","registry_url":"https://anaconda.org/conda-forge/grpcio","install_command":"conda install -c conda-forge grpcio","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.425Z","dependent_packages_count":68,"downloads":21228126,"downloads_period":"total","dependent_repos_count":480,"rankings":{"downloads":null,"dependent_repos_count":1.2824991267029293,"dependent_packages_count":1.1427715953889914,"stargazers_count":0.30939667648086233,"forks_count":0.9082289535405957,"docker_downloads_count":null,"average":0.9107240880283447},"purl":"pkg:conda/grpcio?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpcio","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpcio","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpcio/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpcio/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":2338},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-15T05:05:53.220Z","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":13191084,"name":"php81Extensions.grpc","ecosystem":"nixpkgs","description":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T00:11:28.343Z","latest_release_published_at":"2026-02-02T00:11:28.343Z","latest_release_number":"1.62.3","last_synced_at":"2026-05-08T03:00:22.491Z","created_at":"2026-02-02T00:11:25.764Z","updated_at":"2026-08-15T15:37:20.875Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=php81Extensions.grpc","install_command":"nix-env -iA nixpkgs.php81Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/php-packages/grpc/default.nix#L25","metadata":{"nix_attribute":"php-grpc-1.62.3","position":"pkgs/development/php-packages/grpc/default.nix:25","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.874Z","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/php81Extensions.grpc?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php81Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php81Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php81Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php81Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php81Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php81Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php81Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php81Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/php81Extensions.grpc/codemeta","maintainers":[{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":567,"html_url":null,"role":null,"created_at":"2026-03-09T01:10:49.000Z","updated_at":"2026-03-09T01:10:49.000Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":411,"html_url":null,"role":null,"created_at":"2026-03-09T01:10:49.047Z","updated_at":"2026-03-09T01:10:49.047Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/drupol/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":472,"html_url":null,"role":null,"created_at":"2026-03-09T01:10:49.109Z","updated_at":"2026-03-09T01:10:49.109Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/Ma27/packages"},{"uuid":"patka-123","login":null,"name":"patka","email":"patka@patka.dev","url":"https://github.com/patka-123","packages_count":340,"html_url":null,"role":null,"created_at":"2026-03-09T01:10:49.232Z","updated_at":"2026-03-09T01:10:49.232Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/patka-123/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":352,"html_url":null,"role":null,"created_at":"2026-03-09T01:10:49.281Z","updated_at":"2026-03-09T01:10:49.281Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/talyz/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":2249},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-15T05:00:11.056Z","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":5283920,"name":"grpcio","ecosystem":"conda","description":"gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.  This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":19,"first_release_published_at":"2018-03-02T18:55:55.000Z","latest_release_published_at":"2026-08-06T17:26:00.000Z","latest_release_number":"1.82.1","last_synced_at":"2026-08-06T19:17:28.505Z","created_at":"2022-10-03T15:40:23.030Z","updated_at":"2026-08-15T15:37:21.381Z","registry_url":"https://anaconda.org/anaconda/grpcio","install_command":"conda install -c anaconda grpcio","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.380Z","dependent_packages_count":5,"downloads":1027092,"downloads_period":"total","dependent_repos_count":480,"rankings":{"downloads":null,"dependent_repos_count":7.578502415458938,"dependent_packages_count":8.756038647342995,"stargazers_count":0.9057971014492754,"forks_count":2.536231884057971,"docker_downloads_count":null,"average":4.944142512077295},"purl":"pkg:conda/grpcio","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpcio","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpcio","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpcio/dependencies","status":null,"funding_links":[],"critical":false,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5467,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":841},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-08-15T05:05:54.601Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":3356822,"name":"grpc.native.csharp","ecosystem":"nuget","description":"This package has been deprecated and its contents are now part of Grpc.Core package (starting from version 0.14.0).\n\n\nNative extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency.","homepage":"http://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","native"],"namespace":null,"versions_count":4,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-15T23:02:13.995Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:02:14.803Z","created_at":"2022-04-10T17:43:41.913Z","updated_at":"2026-08-15T23:02:14.803Z","registry_url":"https://www.nuget.org/packages/grpc.native.csharp/","install_command":"Install-Package grpc.native.csharp","documentation_url":null,"metadata":{"copyright":"Copyright 2015-2016","owners":"grpc-packages","license_url":"https://github.com/grpc/grpc/blob/master/LICENSE","require_license_acceptance":false,"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Native library required by gRPC C#","release_notes":"Release of gRPC C core 0.13.1 libraries."},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.747Z","dependent_packages_count":4,"downloads":null,"downloads_period":"total","dependent_repos_count":4,"rankings":{"downloads":null,"dependent_repos_count":3.652450734210838,"dependent_packages_count":3.3634771001918744,"stargazers_count":0.01485246826327919,"forks_count":0.008844728291615698,"docker_downloads_count":null,"average":1.7599062577394018},"purl":"pkg:nuget/grpc.native.csharp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.native.csharp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.native.csharp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.native.csharp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":3356820,"name":"grpc.dependencies.zlib","ecosystem":"nuget","description":"A native zlib library.\n\tzlib homepage:  http://zlib.net","homepage":"http://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["zlib","native","CoApp","nativepackage"],"namespace":null,"versions_count":3,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-15T23:02:16.313Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:02:16.827Z","created_at":"2022-04-10T17:43:41.801Z","updated_at":"2026-08-15T23:02:16.827Z","registry_url":"https://www.nuget.org/packages/grpc.dependencies.zlib/","install_command":"Install-Package grpc.dependencies.zlib","documentation_url":null,"metadata":{"copyright":"Copyright 2013","owners":"Jan Tattermusch","license_url":"http://zlib.net/zlib-license.html","require_license_acceptance":false,"icon_url":"http://zlib.net/images/zlib3d-b1.png","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"A zlib library","release_notes":"Release of zlib 1.2.8 libraries."},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.523Z","dependent_packages_count":1,"downloads":null,"downloads_period":"total","dependent_repos_count":20,"rankings":{"downloads":null,"dependent_repos_count":1.5541862970211837,"dependent_packages_count":10.936423079241814,"stargazers_count":0.014990231908663866,"forks_count":0.012872046965048319,"docker_downloads_count":null,"average":3.1296179137841778},"purl":"pkg:nuget/grpc.dependencies.zlib","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.dependencies.zlib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.dependencies.zlib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.dependencies.zlib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":13076238,"name":"python311Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T17:32:26.494Z","latest_release_published_at":"2026-02-01T17:32:26.494Z","latest_release_number":"1.67.0","last_synced_at":"2026-08-15T04:30:41.380Z","created_at":"2026-02-01T17:32:21.289Z","updated_at":"2026-08-15T15:37:20.932Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=python311Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python311Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/grpcio-status/default.nix#L44","metadata":{"nix_attribute":"python3.11-grpcio-status-1.67.0","position":"pkgs/development/python-modules/grpcio-status/default.nix:44","platforms":["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","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.932Z","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/python311Packages.grpcio-status?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/python311Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5052,"html_url":null,"role":null,"created_at":"2026-03-06T01:29:11.853Z","updated_at":"2026-03-06T01:29:11.853Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/fabaff/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":2524},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-15T05:04:20.477Z","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":12808441,"name":"php80Extensions.grpc","ecosystem":"nixpkgs","description":"A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T15:55:14.412Z","latest_release_published_at":"2026-01-26T15:55:14.412Z","latest_release_number":"1.50.0","last_synced_at":"2026-04-17T05:04:28.889Z","created_at":"2026-01-26T15:55:14.047Z","updated_at":"2026-08-15T15:37:21.186Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=php80Extensions.grpc","install_command":"nix-env -iA nixpkgs.php80Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/php-packages/grpc/default.nix#L15","metadata":{"nix_attribute":"php-grpc-1.50.0","position":"pkgs/development/php-packages/grpc/default.nix:15","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.185Z","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/php80Extensions.grpc?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php80Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php80Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php80Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php80Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php80Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php80Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php80Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php80Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/php80Extensions.grpc/codemeta","maintainers":[{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":526,"html_url":null,"role":null,"created_at":"2026-03-04T16:44:11.317Z","updated_at":"2026-03-04T16:44:11.317Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/aanderse/packages"},{"uuid":"drupol","login":null,"name":"Pol Dellaiera","email":"pol.dellaiera@protonmail.com","url":"https://github.com/drupol","packages_count":347,"html_url":null,"role":null,"created_at":"2026-03-04T16:44:11.357Z","updated_at":"2026-03-04T16:44:11.357Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/drupol/packages"},{"uuid":"etu","login":null,"name":"Elis Hirwing","email":"elis@hirwing.se","url":"https://github.com/etu","packages_count":332,"html_url":null,"role":null,"created_at":"2026-03-04T16:44:11.397Z","updated_at":"2026-03-04T16:44:11.397Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/etu/packages"},{"uuid":"globin","login":null,"name":"Robin Gloster","email":"mail@glob.in","url":"https://github.com/globin","packages_count":1327,"html_url":null,"role":null,"created_at":"2026-03-04T16:44:11.435Z","updated_at":"2026-03-04T16:44:11.435Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/globin/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":463,"html_url":null,"role":null,"created_at":"2026-03-04T16:44:11.471Z","updated_at":"2026-03-04T16:44:11.471Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/Ma27/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":343,"html_url":null,"role":null,"created_at":"2026-03-04T16:44:11.508Z","updated_at":"2026-03-04T16:44:11.508Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/talyz/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":1626},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-15T05:04:18.502Z","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":12853438,"name":"php83Extensions.grpc","ecosystem":"nixpkgs","description":"High performance, open source, general RPC framework that puts mobile and HTTP/2 first","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2026-01-26T23:35:29.265Z","latest_release_published_at":"2026-03-02T17:29:38.831Z","latest_release_number":"1.78.0","last_synced_at":"2026-04-02T18:01:02.773Z","created_at":"2026-01-26T23:35:29.069Z","updated_at":"2026-08-15T15:37:20.970Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=php83Extensions.grpc","install_command":"nix-env -iA nixpkgs.php83Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26","metadata":{"nix_attribute":"php-grpc-1.78.0","position":"pkgs/development/php-packages/grpc/default.nix:26","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.969Z","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/php83Extensions.grpc?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php83Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php83Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php83Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php83Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php83Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php83Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php83Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php83Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php83Extensions.grpc/codemeta","maintainers":[{"uuid":"piotrkwiecinski","login":null,"name":"Piotr Kwiecinski","email":"piokwiecinski+nixpkgs@gmail.com","url":"https://github.com/piotrkwiecinski","packages_count":561,"html_url":null,"role":null,"created_at":"2026-03-02T17:29:39.687Z","updated_at":"2026-03-02T17:29:39.687Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/piotrkwiecinski/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":690,"html_url":null,"role":null,"created_at":"2026-03-02T17:29:39.588Z","updated_at":"2026-03-02T17:29:39.588Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":822,"html_url":null,"role":null,"created_at":"2026-03-02T17:29:39.637Z","updated_at":"2026-03-02T17:29:39.637Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/aanderse/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":572,"html_url":null,"role":null,"created_at":"2026-03-02T17:29:39.730Z","updated_at":"2026-03-02T17:29:39.730Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/talyz/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":152806,"maintainers_count":4871,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":4901},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-15T05:02:55.682Z","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":3356815,"name":"grpc.dependencies.openssl","ecosystem":"nuget","description":"Native OpenSSL library.\n\tOpenSSL homepage:  http://www.openssl.org","homepage":"http://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["openssl","native","CoApp","nativepackage"],"namespace":null,"versions_count":4,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-15T23:02:16.097Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:02:16.900Z","created_at":"2022-04-10T17:43:41.638Z","updated_at":"2026-08-15T23:02:16.901Z","registry_url":"https://www.nuget.org/packages/grpc.dependencies.openssl/","install_command":"Install-Package grpc.dependencies.openssl","documentation_url":null,"metadata":{"copyright":"Copyright 2015","owners":"Jan Tattermusch","license_url":"http://www.openssl.org/source/license.html","require_license_acceptance":false,"icon_url":"http://openssl.com/images/openssl-logo.png","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"An OpenSSL library","release_notes":"Release of OpenSSL 1.0.2d libraries."},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:20.789Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":20,"rankings":{"downloads":null,"dependent_repos_count":1.5539278484602521,"dependent_packages_count":20.726847150525103,"stargazers_count":0.014993823196748296,"forks_count":0.012875130788512124,"docker_downloads_count":null,"average":5.577160988242654},"purl":"pkg:nuget/grpc.dependencies.openssl","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.dependencies.openssl","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.dependencies.openssl","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.dependencies.openssl/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":5376331,"name":"libgrpc","ecosystem":"conda","description":"gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.  This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.","homepage":"https://grpc.io/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2022-10-28T00:46:07.000Z","latest_release_published_at":"2022-10-28T00:46:07.000Z","latest_release_number":"1.49.1","last_synced_at":"2026-04-01T16:17:24.574Z","created_at":"2022-10-28T10:22:42.962Z","updated_at":"2026-08-15T15:37:21.139Z","registry_url":"https://anaconda.org/conda-forge/libgrpc","install_command":"conda install -c conda-forge libgrpc","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.139Z","dependent_packages_count":10,"downloads":31866524,"downloads_period":"total","dependent_repos_count":36,"rankings":{"downloads":null,"dependent_repos_count":6.098108688058286,"dependent_packages_count":5.918459004940367,"stargazers_count":0.30939667648086233,"forks_count":0.9082289535405957,"docker_downloads_count":null,"average":3.308548330755028},"purl":"pkg:conda/libgrpc?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/libgrpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/libgrpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/libgrpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/libgrpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/libgrpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/libgrpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/libgrpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/libgrpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/libgrpc/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":2338},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-15T05:05:53.220Z","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":13303481,"name":"python311Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T06:55:40.757Z","latest_release_published_at":"2026-02-02T06:55:40.757Z","latest_release_number":"1.59.0","last_synced_at":"2026-04-13T18:04:09.796Z","created_at":"2026-02-02T06:55:35.402Z","updated_at":"2026-08-15T15:37:21.273Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=python311Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python311Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/grpcio-status/default.nix#L41","metadata":{"nix_attribute":"python3.11-grpcio-status-1.59.0","position":"pkgs/development/python-modules/grpcio-status/default.nix:41","platforms":["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","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-cygwin","x86_64-cygwin","x86_64-windows","i686-windows"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.273Z","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":0.03050527833755477,"forks_count":0.024958864094362994,"docker_downloads_count":null,"average":0.01386603560797944},"purl":"pkg:nix/python311Packages.grpcio-status?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/python311Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":4331,"html_url":null,"role":null,"created_at":"2026-03-04T05:37:19.919Z","updated_at":"2026-03-04T05:37:19.919Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/fabaff/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":2430},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-15T05:04:25.376Z","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"}},{"id":13950628,"name":"ruby-grpc","ecosystem":"guix","description":"GRPC system in Ruby","homepage":"https://github.com/grpc/grpc/tree/master/src/ruby","licenses":"asl2.0","normalized_licenses":["CERN-OHL-P-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T18:59:29.270Z","latest_release_published_at":"2026-03-02T18:59:29.270Z","latest_release_number":"1.74.1","last_synced_at":"2026-04-27T16:17:45.218Z","created_at":"2026-03-02T18:59:29.079Z","updated_at":"2026-08-15T15:37:21.618Z","registry_url":"https://packages.guix.gnu.org/packages/ruby-grpc/1.74.1/","install_command":"guix install ruby-grpc","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/ruby-xyz.scm#n17153","metadata":{"location":"gnu/packages/ruby-xyz.scm:17153","variable_name":"ruby-grpc"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.618Z","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/ruby-grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/ruby-grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/ruby-grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/ruby-grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ruby-grpc/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32281,"maintainers_count":0,"namespaces_count":0,"keywords_count":1654,"github":"guix-mirror","metadata":{"funded_packages_count":1017},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-08-15T05:04:45.135Z","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":3356817,"name":"grpc.dependencies.openssl.symbols","ecosystem":"nuget","description":"Symbols for package 'grpc.dependencies.openssl'. This package should not likely be installed. \n(This is not the package you are looking for).","homepage":"http://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["openssl","native","CoApp","nativepackage"],"namespace":null,"versions_count":4,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-15T23:02:17.427Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:02:17.911Z","created_at":"2022-04-10T17:43:41.771Z","updated_at":"2026-08-15T23:02:17.911Z","registry_url":"https://www.nuget.org/packages/grpc.dependencies.openssl.symbols/","install_command":"Install-Package grpc.dependencies.openssl.symbols","documentation_url":null,"metadata":{"copyright":"Copyright 2015","owners":"Jan Tattermusch","license_url":"http://www.openssl.org/source/license.html","require_license_acceptance":false,"icon_url":"http://openssl.com/images/openssl-logo.png","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Symbols for for package 'grpc.dependencies.openssl'","release_notes":"Release of OpenSSL 1.0.2d libraries."},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.593Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":0.005098515628708511,"forks_count":0.001582297953737124,"average":8.062906892314077},"purl":"pkg:nuget/grpc.dependencies.openssl.symbols","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.dependencies.openssl.symbols","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.dependencies.openssl.symbols","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.dependencies.openssl.symbols/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.symbols/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.symbols/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.symbols/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.symbols/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.symbols/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.symbols/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":3232143,"name":"grpc-fhjd","ecosystem":"nuget","description":"the native gRPC Cpp library.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["native","c++","v140","gRpc"],"namespace":null,"versions_count":4,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2021-05-09T04:28:01.513Z","latest_release_number":"1.37.1.3","last_synced_at":"2026-08-15T23:02:18.467Z","created_at":"2022-04-10T16:16:51.388Z","updated_at":"2026-08-15T23:02:18.467Z","registry_url":"https://www.nuget.org/packages/grpc-fhjd/","install_command":"Install-Package grpc-fhjd","documentation_url":null,"metadata":{"copyright":"Copyright 2021 The gRPC Authors","owners":"fhjd","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"repository":{"type":"git","url":"https://github.com/grpc/grpc.git","branch":null,"commit":"8664c8334c05d322fbbdfb9e3b24601a23e9363c"},"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"verified":false},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.158Z","dependent_packages_count":0,"downloads":5753,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":35.1388129475533,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":0.005098515628708511,"forks_count":0.001582297953737124,"average":13.478088103361921},"purl":"pkg:nuget/grpc-fhjd","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc-fhjd","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc-fhjd","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc-fhjd/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc-fhjd/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc-fhjd/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc-fhjd/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc-fhjd/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc-fhjd/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc-fhjd/codemeta","maintainers":[{"uuid":"lihuyntc","login":"lihuyntc","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://www.nuget.org/profiles/lihuyntc","role":null,"created_at":"2022-11-18T06:20:00.495Z","updated_at":"2022-11-18T06:20:00.495Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/lihuyntc/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":13033526,"name":"grpc_cli","ecosystem":"nixpkgs","description":"Command line tool for interacting with grpc services","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T15:13:36.971Z","latest_release_published_at":"2026-02-01T15:13:36.971Z","latest_release_number":"1.67.1","last_synced_at":"2026-03-07T18:10:07.345Z","created_at":"2026-02-01T15:13:22.963Z","updated_at":"2026-08-15T15:37:21.782Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=grpc_cli","install_command":"nix-env -iA nixpkgs.grpc_cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-name/gr/grpc_cli/package.nix#L42","metadata":{"nix_attribute":"grpc_cli-1.67.1","position":"pkgs/by-name/gr/grpc_cli/package.nix:42","platforms":["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":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.781Z","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/grpc_cli?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grpc_cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grpc_cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grpc_cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grpc_cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grpc_cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grpc_cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grpc_cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grpc_cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/grpc_cli/codemeta","maintainers":[{"uuid":"doriath","login":null,"name":"Tomasz Zurkowski","email":"tomasz.zurkowski@gmail.com","url":"https://github.com/doriath","packages_count":1,"html_url":null,"role":null,"created_at":"2026-03-07T18:10:07.613Z","updated_at":"2026-03-07T18:10:07.613Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/doriath/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":2524},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-08-15T05:04:20.477Z","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":4429887,"name":"github.com/grpc/grpc/tools/http2_interop","ecosystem":"go","description":null,"homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0,BSD-3-Clause,MPL-2.0","normalized_licenses":["Apache-2.0","BSD-3-Clause","MPL-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":"github.com/grpc/grpc/tools","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-08-15T23:02:16.313Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:02:16.719Z","created_at":"2022-05-24T14:30:23.944Z","updated_at":"2026-08-15T23:02:16.719Z","registry_url":"https://pkg.go.dev/github.com/grpc/grpc/tools/http2_interop","install_command":"go get github.com/grpc/grpc/tools/http2_interop","documentation_url":"https://pkg.go.dev/github.com/grpc/grpc/tools/http2_interop#section-documentation","metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.387Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":5,"rankings":{"downloads":null,"dependent_repos_count":2.251462542643982,"dependent_packages_count":4.177264176725574,"stargazers_count":0.02992238134279679,"forks_count":0.017454722449964793,"docker_downloads_count":null,"average":1.6190259557905793},"purl":"pkg:golang/github.com/grpc/grpc/tools/http2_interop","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/grpc/grpc/tools/http2_interop","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/grpc/grpc/tools/http2_interop","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/grpc/grpc/tools/http2_interop/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc%2Ftools%2Fhttp2_interop/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc%2Ftools%2Fhttp2_interop/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc%2Ftools%2Fhttp2_interop/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc%2Ftools%2Fhttp2_interop/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc%2Ftools%2Fhttp2_interop/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgrpc%2Fgrpc%2Ftools%2Fhttp2_interop/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2274668,"maintainers_count":0,"namespaces_count":838419,"keywords_count":123656,"github":"golang","metadata":{"funded_packages_count":66458,"sync_missing_packages_cursor":{"timestamp":"2026-08-16T00:01:10.066524Z","path":"github.com/stripe/stripe-ruby","version":"v19.5.1-0.20260811230136-fcedaaae31d3+incompatible"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-16T00:01:14.794Z","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":2753530,"name":"grpcio-tools","ecosystem":"pypi","description":"Protobuf code generator for gRPC","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":263,"first_release_published_at":"2016-05-10T19:01:32.000Z","latest_release_published_at":"2026-07-23T15:20:49.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:02:52.272Z","created_at":"2022-04-10T11:11:56.898Z","updated_at":"2026-08-15T23:02:52.272Z","registry_url":"https://pypi.org/project/grpcio-tools/","install_command":"pip install grpcio-tools --index-url https://pypi.org/simple","documentation_url":"https://grpcio-tools.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3"],"normalized_name":"grpcio-tools","project_status":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-10-29T16:20:46.000Z","size":534455,"stargazers_count":41847,"open_issues_count":987,"forks_count":10543,"subscribers_count":1351,"default_branch":"master","last_synced_at":"2024-10-29T16:50:31.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-10-29T14:41:49.000Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090776,"owners_count":16929471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-11-11T01:30:14.690Z","dependent_packages_count":505,"downloads":267643916,"downloads_period":"last-month","dependent_repos_count":5698,"rankings":{"downloads":0.033198399873809396,"dependent_repos_count":0.1269242691308072,"dependent_packages_count":0.05007272467154677,"stargazers_count":0.06896463178205708,"forks_count":0.08987412120534036,"docker_downloads_count":0.5007272467154678,"average":0.1449602322298381},"purl":"pkg:pypi/grpcio-tools","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-tools","docker_dependents_count":641,"docker_downloads_count":102433841,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-tools","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-tools/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2024-11-11T00:13:04.418Z","issues_count":1403,"pull_requests_count":5341,"avg_time_to_close_issue":20190539.713953488,"avg_time_to_close_pull_request":1950272.2769437598,"issues_closed_count":853,"pull_requests_closed_count":4462,"pull_request_authors_count":279,"issue_authors_count":917,"avg_comments_per_issue":4.946543121881682,"avg_comments_per_pull_request":0.6873244710728328,"merged_pull_requests_count":1841,"bot_issues_count":0,"bot_pull_requests_count":679,"past_year_issues_count":589,"past_year_pull_requests_count":3420,"past_year_avg_time_to_close_issue":2194342.0443037977,"past_year_avg_time_to_close_pull_request":514371.9890265487,"past_year_issues_closed_count":314,"past_year_pull_requests_closed_count":2825,"past_year_pull_request_authors_count":167,"past_year_issue_authors_count":385,"past_year_avg_comments_per_issue":2.738539898132428,"past_year_avg_comments_per_pull_request":0.4198830409356725,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":628,"past_year_merged_pull_requests_count":557,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":796,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":376,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":365,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":302,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":177,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":71,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":68,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":408,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"yashykt","count":220,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"markdroth","count":218,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"drfloob","count":163,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":84,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":68,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"ejona86","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"arvindbr8","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"murgatroid99","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-tools/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-tools/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-tools/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-tools/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-tools/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-tools/codemeta","maintainers":[{"uuid":"google_opensource","login":"google_opensource","name":null,"email":null,"url":null,"packages_count":451,"html_url":"https://pypi.org/user/google_opensource/","role":null,"created_at":"2022-12-06T16:58:55.056Z","updated_at":"2022-12-06T16:58:55.056Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/google_opensource/packages"},{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2022-12-06T16:58:55.071Z","updated_at":"2022-12-06T16:58:55.071Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":12853156,"name":"php82Extensions.grpc","ecosystem":"nixpkgs","description":"High performance, open source, general RPC framework that puts mobile and HTTP/2 first","homepage":"https://github.com/grpc/grpc/tree/master/src/php/ext/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2026-01-26T23:32:04.804Z","latest_release_published_at":"2026-03-02T11:09:46.443Z","latest_release_number":"1.78.0","last_synced_at":"2026-04-02T12:03:40.278Z","created_at":"2026-01-26T23:32:04.459Z","updated_at":"2026-08-15T15:37:21.347Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=php82Extensions.grpc","install_command":"nix-env -iA nixpkgs.php82Extensions.grpc","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26","metadata":{"nix_attribute":"php-grpc-1.78.0","position":"pkgs/development/php-packages/grpc/default.nix:26","broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.347Z","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":0.018884816607447612,"forks_count":0.00979212712978765,"docker_downloads_count":null,"average":0.007169235934308816},"purl":"pkg:nix/php82Extensions.grpc?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/php82Extensions.grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/php82Extensions.grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php82Extensions.grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php82Extensions.grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php82Extensions.grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php82Extensions.grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php82Extensions.grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/php82Extensions.grpc/codemeta","maintainers":[{"uuid":"piotrkwiecinski","login":null,"name":"Piotr Kwiecinski","email":"piokwiecinski+nixpkgs@gmail.com","url":"https://github.com/piotrkwiecinski","packages_count":561,"html_url":null,"role":null,"created_at":"2026-03-02T11:09:47.382Z","updated_at":"2026-03-02T11:09:47.382Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/piotrkwiecinski/packages"},{"uuid":"Ma27","login":null,"name":"Maximilian Bosch","email":"maximilian@mbosch.me","url":"https://github.com/Ma27","packages_count":690,"html_url":null,"role":null,"created_at":"2026-03-02T11:09:47.243Z","updated_at":"2026-03-02T11:09:47.243Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/Ma27/packages"},{"uuid":"aanderse","login":null,"name":"Aaron Andersen","email":"aaron@fosslib.net","url":"https://github.com/aanderse","packages_count":822,"html_url":null,"role":null,"created_at":"2026-03-02T11:09:47.324Z","updated_at":"2026-03-02T11:09:47.324Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/aanderse/packages"},{"uuid":"talyz","login":null,"name":"Kim Lindberger","email":"kim.lindberger@gmail.com","url":"https://github.com/talyz","packages_count":572,"html_url":null,"role":null,"created_at":"2026-03-02T11:09:47.461Z","updated_at":"2026-03-02T11:09:47.461Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/talyz/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":152806,"maintainers_count":4871,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":4901},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-15T05:02:55.682Z","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":2753516,"name":"grpcio-status","ecosystem":"pypi","description":"Status proto mapping for gRPC","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":201,"first_release_published_at":"2018-12-11T00:12:44.000Z","latest_release_published_at":"2026-07-23T15:23:49.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:02:27.499Z","created_at":"2022-04-10T11:11:56.074Z","updated_at":"2026-08-15T23:02:27.715Z","registry_url":"https://pypi.org/project/grpcio-status/","install_command":"pip install grpcio-status --index-url https://pypi.org/simple","documentation_url":"https://grpc.github.io/grpc/python/grpc_status.html","metadata":{"funding":null,"documentation":"https://grpc.github.io/grpc/python/grpc_status.html","classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14"],"normalized_name":"grpcio-status","project_status":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45284,"open_issues_count":1376,"forks_count":11359,"subscribers_count":1360,"default_branch":"master","last_synced_at":"2026-08-15T15:33:11.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T12:35:17.000Z","dependencies_parsed_at":"2026-08-15T15:43:25.343Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36698916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T23:02:27.714Z","dependent_packages_count":128,"downloads":882336512,"downloads_period":"last-month","dependent_repos_count":3611,"rankings":{"downloads":0.0036683314777689944,"dependent_repos_count":0.16452466677793937,"dependent_packages_count":0.19533865119119895,"stargazers_count":null,"forks_count":null,"docker_downloads_count":0.07813546047647958,"average":0.11041677748084672},"purl":"pkg:pypi/grpcio-status","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-status","docker_dependents_count":878,"docker_downloads_count":1067802701,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-status/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-15T15:24:40.063Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26367351.24568528,"avg_time_to_close_pull_request":2156836.200366594,"issues_closed_count":982,"pull_requests_closed_count":8729,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.223119950279677,"avg_comments_per_pull_request":0.5867845509539321,"merged_pull_requests_count":2705,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1027,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1169688.6011904762,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8529698149951315,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":441,"past_year_merged_pull_requests_count":197,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"drfloob","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-status/codemeta","maintainers":[{"uuid":"google_opensource","login":"google_opensource","name":null,"email":null,"url":null,"packages_count":451,"html_url":"https://pypi.org/user/google_opensource/","role":null,"created_at":"2022-12-06T16:58:47.501Z","updated_at":"2022-12-06T16:58:47.501Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/google_opensource/packages"},{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2022-12-06T16:58:47.899Z","updated_at":"2022-12-06T16:58:47.899Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":2753509,"name":"grpcio-health-checking","ecosystem":"pypi","description":"Standard Health Checking Service for gRPC","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":271,"first_release_published_at":"2016-07-20T23:52:39.000Z","latest_release_published_at":"2026-07-23T15:24:07.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:03:39.362Z","created_at":"2022-04-10T11:11:55.904Z","updated_at":"2026-08-15T23:03:39.362Z","registry_url":"https://pypi.org/project/grpcio-health-checking/","install_command":"pip install grpcio-health-checking --index-url https://pypi.org/simple","documentation_url":"https://grpc.github.io/grpc/python/grpc_health_checking.html","metadata":{"funding":null,"documentation":"https://grpc.github.io/grpc/python/grpc_health_checking.html","classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14"],"normalized_name":"grpcio-health-checking","project_status":null},"repo_metadata":{},"repo_metadata_updated_at":"2024-09-07T04:38:27.875Z","dependent_packages_count":58,"downloads":83738467,"downloads_period":"last-month","dependent_repos_count":1262,"rankings":{"downloads":0.15307199315121187,"dependent_repos_count":0.3252779854463252,"dependent_packages_count":0.4483924381141467,"stargazers_count":null,"forks_count":null,"docker_downloads_count":0.9448644938070938,"average":0.4679017276296944},"purl":"pkg:pypi/grpcio-health-checking","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-health-checking","docker_dependents_count":996,"docker_downloads_count":320309,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-health-checking","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-health-checking/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-health-checking/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-health-checking/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-health-checking/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-health-checking/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-health-checking/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-health-checking/codemeta","maintainers":[{"uuid":"google_opensource","login":"google_opensource","name":null,"email":null,"url":null,"packages_count":451,"html_url":"https://pypi.org/user/google_opensource/","role":null,"created_at":"2022-12-06T16:58:48.576Z","updated_at":"2022-12-06T16:58:48.576Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/google_opensource/packages"},{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2022-12-06T16:58:48.735Z","updated_at":"2022-12-06T16:58:48.735Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":3293912,"name":"libgrpc.arm7","ecosystem":"nuget","description":"Add the libgrpc_csharp_ext compiled for arm7.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["dotnet","dotnetcore",".netcore","core","arm","grpc","native"],"namespace":null,"versions_count":1,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-15T23:02:26.613Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:02:27.452Z","created_at":"2022-04-10T16:59:06.075Z","updated_at":"2026-08-15T23:02:27.452Z","registry_url":"https://www.nuget.org/packages/libgrpc.arm7/","install_command":"Install-Package libgrpc.arm7","documentation_url":null,"metadata":{"owners":"Cesar Team","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.308Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":0.005098515628708511,"forks_count":0.001582297953737124,"average":8.062906892314077},"purl":"pkg:nuget/libgrpc.arm7","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/libgrpc.arm7","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/libgrpc.arm7","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/libgrpc.arm7/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm7/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm7/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm7/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm7/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm7/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/libgrpc.arm7/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":420420,"name":"gRPC-Core","ecosystem":"cocoapods","description":"Core cross-platform gRPC library, written in C","homepage":"https://grpc.io","licenses":"Apache License, Version 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":214,"first_release_published_at":"2022-04-06T18:09:01.848Z","latest_release_published_at":"2026-07-24T19:25:27.688Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:02:19.927Z","created_at":"2022-04-06T18:09:01.814Z","updated_at":"2026-08-15T23:02:19.928Z","registry_url":"https://cocoapods.org/pods/gRPC-Core","install_command":"pod try gRPC-Core","documentation_url":"https://cocoadocs.org/docsets/gRPC-Core/","metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.668Z","dependent_packages_count":8,"downloads":null,"downloads_period":null,"dependent_repos_count":8564,"rankings":{"downloads":null,"dependent_repos_count":0.04979763090419783,"dependent_packages_count":1.4865595100605007,"stargazers_count":0.024369053421203195,"forks_count":0.01907143311224598,"docker_downloads_count":0.02437473505722764,"average":0.3208344725110751},"purl":"pkg:cocoapods/gRPC-Core","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cocoapods/gRPC-Core","docker_dependents_count":1,"docker_downloads_count":480,"usage_url":"https://repos.ecosyste.ms/usage/cocoapods/gRPC-Core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cocoapods/gRPC-Core/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-Core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-Core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-Core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-Core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-Core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages/gRPC-Core/codemeta","maintainers":[{"uuid":"jcanizales@google.com","login":null,"name":"Jorge Canizales","email":"jcanizales@google.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:26.472Z","updated_at":"2022-11-08T05:39:26.472Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/jcanizales@google.com/packages"},{"uuid":"mxyan@google.com","login":null,"name":"Muxi Yan","email":"mxyan@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:26.479Z","updated_at":"2022-11-08T05:39:26.479Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/mxyan@google.com/packages"},{"uuid":"psrini@google.com","login":null,"name":"Srini Polavarapu","email":"psrini@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:26.487Z","updated_at":"2022-11-08T05:39:26.487Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/psrini@google.com/packages"},{"uuid":"pjaikumar@google.com","login":null,"name":"Prashant Jaikumar","email":"pjaikumar@google.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:26.494Z","updated_at":"2022-11-08T05:39:26.494Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/pjaikumar@google.com/packages"},{"uuid":"yulinliang@google.com","login":null,"name":"yulinliang","email":"yulinliang@google.com","url":null,"packages_count":15,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:26.501Z","updated_at":"2022-11-08T05:39:26.501Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/yulinliang@google.com/packages"},{"uuid":"stanleycheung@google.com","login":null,"name":"Stanley Cheung","email":"stanleycheung@google.com","url":null,"packages_count":10,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:26.508Z","updated_at":"2022-11-08T05:39:26.508Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/stanleycheung@google.com/packages"},{"uuid":"dennycd@google.com","login":null,"name":"Denny Dai","email":"dennycd@google.com","url":null,"packages_count":13,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:26.516Z","updated_at":"2022-11-08T05:39:26.516Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/dennycd@google.com/packages"},{"uuid":"hannahshisfb@gmail.com","login":null,"name":"Hannah Shi","email":"hannahshisfb@gmail.com","url":null,"packages_count":8,"html_url":null,"role":null,"created_at":"2022-11-08T05:39:26.523Z","updated_at":"2022-11-08T05:39:26.523Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers/hannahshisfb@gmail.com/packages"}],"registry":{"name":"cocoapods.org","url":"https://cocoapods.org","ecosystem":"cocoapods","default":true,"packages_count":102418,"maintainers_count":46699,"namespaces_count":0,"keywords_count":12771,"github":"cocoapods","metadata":{"funded_packages_count":1710},"icon_url":"https://github.com/cocoapods.png","created_at":"2022-04-04T15:19:22.772Z","updated_at":"2026-08-15T05:05:31.261Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/cocoapods.org/namespaces"}},{"id":3356823,"name":"grpc.native.csharp_ext","ecosystem":"nuget","description":"This package has been deprecated and its contents are now integral part of Grpc.Core package.\n\nNative extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency.","homepage":"http://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","native"],"namespace":null,"versions_count":7,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-15T23:02:25.469Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:02:26.256Z","created_at":"2022-04-10T17:43:41.969Z","updated_at":"2026-08-15T23:02:26.257Z","registry_url":"https://www.nuget.org/packages/grpc.native.csharp_ext/","install_command":"Install-Package grpc.native.csharp_ext","documentation_url":null,"metadata":{"copyright":"Copyright 2015","owners":"grpc-packages","license_url":"https://github.com/grpc/grpc/blob/master/LICENSE","require_license_acceptance":false,"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Native library required by gRPC C#","release_notes":"Release of gRPC C core 0.11.1 libraries."},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.874Z","dependent_packages_count":1,"downloads":null,"downloads_period":"total","dependent_repos_count":6,"rankings":{"downloads":null,"dependent_repos_count":2.9147039168065723,"dependent_packages_count":10.932210158451767,"stargazers_count":0.014993823196748296,"forks_count":0.012875130788512124,"docker_downloads_count":null,"average":3.4686957573109},"purl":"pkg:nuget/grpc.native.csharp_ext","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.native.csharp_ext","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.native.csharp_ext","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.native.csharp_ext/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp_ext/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp_ext/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp_ext/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp_ext/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp_ext/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.native.csharp_ext/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":3438345,"name":"x.grpc.auth","ecosystem":"nuget","description":"gRPC library compatible with .NET Core.\n\nCurrently, the Grpc.Auth NuGet package doesn't support .NET Core. This package supplies a version which runs on .NET Core that is experimental and in-development.","homepage":"https://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","Protocol","HTTP/2","Auth","OAuth2"],"namespace":null,"versions_count":4,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2016-08-31T21:27:16.670Z","latest_release_number":"1.1.0-dev-20160831","last_synced_at":"2026-08-15T23:02:22.613Z","created_at":"2022-04-10T18:33:37.808Z","updated_at":"2026-08-15T23:02:22.614Z","registry_url":"https://www.nuget.org/packages/x.grpc.auth/","install_command":"Install-Package x.grpc.auth","documentation_url":null,"metadata":{"copyright":"Copyright 2015, Google Inc.","owners":"grpc-packages","license_url":"https://github.com/grpc/grpc/blob/master/LICENSE","require_license_acceptance":false,"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Authentication Library // gRPC library compatible with .NET Core.","dependency_summary":{"total_dependency_groups":2,"target_frameworks":[".NETFramework4.5",".NETStandard1.5"],"total_dependencies":7}},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.559Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":null,"forks_count":null,"average":16.12247337783693},"purl":"pkg:nuget/x.grpc.auth","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/x.grpc.auth","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/x.grpc.auth","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/x.grpc.auth/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.auth/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.auth/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.auth/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.auth/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.auth/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.auth/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":3428131,"name":"grpc.cpp.redist","ecosystem":"nuget","description":"Redistributable components for package 'grpc.cpp'. This package should only be installed as a dependency. \n(This is not the package you are looking for).","homepage":"https://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["grpc","native","CoApp","nativepackage"],"namespace":null,"versions_count":1,"first_release_published_at":"2017-01-09T15:33:20.727Z","latest_release_published_at":"2017-01-09T15:33:20.727Z","latest_release_number":"1.0.1","last_synced_at":"2026-08-15T23:02:25.837Z","created_at":"2022-04-10T18:27:01.148Z","updated_at":"2026-08-15T23:02:25.837Z","registry_url":"https://www.nuget.org/packages/grpc.cpp.redist/","install_command":"Install-Package grpc.cpp.redist","documentation_url":null,"metadata":{"owners":"CoApp Project, mrapavy","license_url":"https://github.com/grpc/grpc/blob/master/LICENSE","require_license_acceptance":false,"icon_url":"https://github.com/grpc/grpc.github.io/blob/master/img/grpc.svg","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Redistributable components for for package 'grpc.cpp'","release_notes":"GRPC C++ 1.0.1","verified":false},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.602Z","dependent_packages_count":1,"downloads":5210,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":29.165177196193326,"dependent_repos_count":7.039847384582944,"dependent_packages_count":10.571714748869882,"stargazers_count":0.012190320556010404,"forks_count":0.005930426216437494,"docker_downloads_count":null,"average":9.35897201528372},"purl":"pkg:nuget/grpc.cpp.redist","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.cpp.redist","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.cpp.redist","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.cpp.redist/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.redist/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.redist/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.redist/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.redist/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.redist/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp.redist/codemeta","maintainers":[{"uuid":"mrapavy","login":"mrapavy","name":null,"email":null,"url":null,"packages_count":8,"html_url":"https://www.nuget.org/profiles/mrapavy","role":null,"created_at":"2022-11-18T11:19:31.323Z","updated_at":"2022-11-18T11:19:31.323Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/mrapavy/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":2753507,"name":"grpcio-admin","ecosystem":"pypi","description":"a collection of admin services","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":142,"first_release_published_at":"2021-05-11T17:27:11.000Z","latest_release_published_at":"2026-07-23T15:23:25.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:03:04.443Z","created_at":"2022-04-10T11:11:55.809Z","updated_at":"2026-08-15T23:03:04.444Z","registry_url":"https://pypi.org/project/grpcio-admin/","install_command":"pip install grpcio-admin --index-url https://pypi.org/simple","documentation_url":"https://grpc.github.io/grpc/python/grpc_admin.html","metadata":{"funding":null,"documentation":"https://grpc.github.io/grpc/python/grpc_admin.html","classifiers":["Development Status :: 5 - Production/Stable","Programming Language :: Python","Programming Language :: Python :: 3"],"normalized_name":"grpcio-admin","project_status":null},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-16T00:12:43.215Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215710269,"owners_count":15919624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-09-29T15:41:47.495Z","dependent_packages_count":0,"downloads":63957,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":7.836068848164522,"dependent_repos_count":21.744141596728245,"dependent_packages_count":9.985458443227419,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":13.188556296040062},"purl":"pkg:pypi/grpcio-admin","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-admin","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-admin","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-admin/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-29T02:33:55.729Z","issues_count":1345,"pull_requests_count":5061,"avg_time_to_close_issue":20988390.58029197,"avg_time_to_close_pull_request":1688831.4560987186,"issues_closed_count":816,"pull_requests_closed_count":4214,"pull_request_authors_count":268,"issue_authors_count":877,"avg_comments_per_issue":4.940520446096654,"avg_comments_per_pull_request":0.6876111440426793,"merged_pull_requests_count":1787,"bot_issues_count":0,"bot_pull_requests_count":622,"past_year_issues_count":609,"past_year_pull_requests_count":3460,"past_year_avg_time_to_close_issue":2546083.524926686,"past_year_avg_time_to_close_pull_request":518721.88306731434,"past_year_issues_closed_count":338,"past_year_pull_requests_closed_count":2882,"past_year_pull_request_authors_count":173,"past_year_issue_authors_count":410,"past_year_avg_comments_per_issue":2.7586206896551726,"past_year_avg_comments_per_pull_request":0.42254335260115605,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":578,"past_year_merged_pull_requests_count":731,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":760,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":357,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":348,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":68,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":457,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":229,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":216,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":170,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":89,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":60,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":46,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"arvindbr8","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"murgatroid99","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-admin/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-admin/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-admin/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-admin/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-admin/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-admin/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2023-02-22T00:10:30.298Z","updated_at":"2023-02-22T00:10:30.298Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":3356821,"name":"grpc.dependencies.zlib.symbols","ecosystem":"nuget","description":"Symbols for package 'grpc.dependencies.zlib'. This package should not likely be installed. \n(This is not the package you are looking for).","homepage":"http://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["zlib","native","CoApp","nativepackage"],"namespace":null,"versions_count":3,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-16T00:17:51.197Z","latest_release_number":null,"last_synced_at":"2026-08-16T00:17:51.966Z","created_at":"2022-04-10T17:43:41.859Z","updated_at":"2026-08-16T00:17:51.966Z","registry_url":"https://www.nuget.org/packages/grpc.dependencies.zlib.symbols/","install_command":"Install-Package grpc.dependencies.zlib.symbols","documentation_url":null,"metadata":{"copyright":"Copyright 2013","owners":"Jan Tattermusch","license_url":"http://zlib.net/zlib-license.html","require_license_acceptance":false,"icon_url":"http://zlib.net/images/zlib3d-b1.png","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Symbols for for package 'grpc.dependencies.zlib'","release_notes":"Release of zlib 1.2.8 libraries."},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.453Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":12.696710402554181,"dependent_packages_count":19.548236353119677,"stargazers_count":0.005098515628708511,"forks_count":0.001582297953737124,"average":8.062906892314077},"purl":"pkg:nuget/grpc.dependencies.zlib.symbols","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.dependencies.zlib.symbols","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.dependencies.zlib.symbols","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.dependencies.zlib.symbols/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.symbols/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.symbols/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.symbols/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.symbols/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.symbols/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.zlib.symbols/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":2753513,"name":"grpcio-testing","ecosystem":"pypi","description":"Testing utilities for gRPC Python","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":219,"first_release_published_at":"2018-06-20T22:27:00.000Z","latest_release_published_at":"2026-07-23T15:23:35.000Z","latest_release_number":"1.83.0","last_synced_at":"2026-08-15T23:02:28.202Z","created_at":"2022-04-10T11:11:56.005Z","updated_at":"2026-08-15T23:02:28.202Z","registry_url":"https://pypi.org/project/grpcio-testing/","install_command":"pip install grpcio-testing --index-url https://pypi.org/simple","documentation_url":"https://grpc.github.io/grpc/python/grpc_testing.html","metadata":{"funding":null,"documentation":"https://grpc.github.io/grpc/python/grpc_testing.html","classifiers":["Programming Language :: Python","Programming Language :: Python :: 3"],"normalized_name":"grpcio-testing","project_status":null},"repo_metadata":{},"repo_metadata_updated_at":"2024-09-08T15:55:15.027Z","dependent_packages_count":15,"downloads":584144,"downloads_period":"last-month","dependent_repos_count":134,"rankings":{"downloads":0.7349924251988385,"dependent_repos_count":1.2908801742747433,"dependent_packages_count":0.7007769311810222,"stargazers_count":null,"forks_count":null,"docker_downloads_count":1.7524618103774776,"average":1.1197778352580203},"purl":"pkg:pypi/grpcio-testing","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/grpcio-testing","docker_dependents_count":3,"docker_downloads_count":866,"usage_url":"https://repos.ecosyste.ms/usage/pypi/grpcio-testing","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/grpcio-testing/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-testing/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-testing/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-testing/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-testing/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-testing/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/grpcio-testing/codemeta","maintainers":[{"uuid":"google_opensource","login":"google_opensource","name":null,"email":null,"url":null,"packages_count":451,"html_url":"https://pypi.org/user/google_opensource/","role":null,"created_at":"2022-12-06T16:58:47.066Z","updated_at":"2022-12-06T16:58:47.066Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/google_opensource/packages"},{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":25,"html_url":"https://pypi.org/user/grpc-packages/","role":null,"created_at":"2022-12-06T16:58:47.105Z","updated_at":"2022-12-06T16:58:47.105Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/grpc-packages/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":928721,"maintainers_count":398732,"namespaces_count":0,"keywords_count":310713,"github":"pypi","metadata":{"funded_packages_count":57881,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-15T05:05:16.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":12865287,"name":"python313Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":2,"first_release_published_at":"2026-01-27T02:11:08.702Z","latest_release_published_at":"2026-03-02T18:19:10.632Z","latest_release_number":"1.78.0","last_synced_at":"2026-05-14T05:14:26.374Z","created_at":"2026-01-27T02:11:08.494Z","updated_at":"2026-08-15T15:37:21.575Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=python313Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python313Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/grpcio-status/default.nix#L41","metadata":{"nix_attribute":"python3.13-grpcio-status-1.78.0","position":"pkgs/development/python-modules/grpcio-status/default.nix:41","platforms":["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","x86_64-darwin","aarch64-darwin","aarch64-windows","x86_64-windows","i686-windows","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.575Z","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":0.05531432364410764,"forks_count":0.035954310368669966,"docker_downloads_count":null,"average":0.0228171585031944},"purl":"pkg:nix/python313Packages.grpcio-status?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python313Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python313Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python313Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/python313Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":5243,"html_url":null,"role":null,"created_at":"2026-03-02T18:19:11.336Z","updated_at":"2026-03-02T18:19:11.336Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/fabaff/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":152806,"maintainers_count":4871,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":4901},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-15T05:02:55.682Z","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":3445416,"name":"x.grpc.core","ecosystem":"nuget","description":"gRPC library compatible with .NET Core.\n\nCurrently, the Grpc.Core NuGet package doesn't support .NET Core. This package supplies a version which runs on .NET Core that is experimental and in-development.","homepage":"https://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","Protocol","HTTP/2"],"namespace":null,"versions_count":4,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2016-08-31T21:26:29.473Z","latest_release_number":"1.1.0-dev-20160831","last_synced_at":"2026-08-15T23:02:22.931Z","created_at":"2022-04-10T18:37:50.728Z","updated_at":"2026-08-15T23:02:22.931Z","registry_url":"https://www.nuget.org/packages/x.grpc.core/","install_command":"Install-Package x.grpc.core","documentation_url":null,"metadata":{"copyright":"Copyright 2015, Google Inc.","owners":"grpc-packages","license_url":"https://github.com/grpc/grpc/blob/master/LICENSE","require_license_acceptance":false,"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Core Library // gRPC library compatible with .NET Core.","dependency_summary":{"total_dependency_groups":2,"target_frameworks":[".NETFramework4.5",".NETStandard1.5"],"total_dependencies":4}},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.548Z","dependent_packages_count":2,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":12.696710402554181,"dependent_packages_count":6.456303083898712,"stargazers_count":null,"forks_count":null,"average":9.576506743226446},"purl":"pkg:nuget/x.grpc.core","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/x.grpc.core","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/x.grpc.core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/x.grpc.core/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/x.grpc.core/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":3356816,"name":"grpc.dependencies.openssl.redist","ecosystem":"nuget","description":"Redistributable components for package 'grpc.dependencies.openssl'. This package should only be installed as a dependency. \n(This is not the package you are looking for).","homepage":"http://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["openssl","native","CoApp","nativepackage"],"namespace":null,"versions_count":4,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-15T23:02:24.100Z","latest_release_number":null,"last_synced_at":"2026-08-15T23:02:25.063Z","created_at":"2022-04-10T17:43:41.658Z","updated_at":"2026-08-15T23:02:25.063Z","registry_url":"https://www.nuget.org/packages/grpc.dependencies.openssl.redist/","install_command":"Install-Package grpc.dependencies.openssl.redist","documentation_url":null,"metadata":{"copyright":"Copyright 2015","owners":"Jan Tattermusch","license_url":"http://www.openssl.org/source/license.html","require_license_acceptance":false,"icon_url":"http://openssl.com/images/openssl-logo.png","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"summary":"Redistributable components for for package 'grpc.dependencies.openssl'","release_notes":"Release of OpenSSL 1.0.2d libraries."},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.711Z","dependent_packages_count":5,"downloads":null,"downloads_period":"total","dependent_repos_count":21,"rankings":{"downloads":null,"dependent_repos_count":1.5106719509235234,"dependent_packages_count":2.8950214687351363,"stargazers_count":0.014984982441509706,"forks_count":0.01286753927042681,"docker_downloads_count":null,"average":1.108386485342649},"purl":"pkg:nuget/grpc.dependencies.openssl.redist","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.dependencies.openssl.redist","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.dependencies.openssl.redist","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.dependencies.openssl.redist/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.redist/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.redist/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.redist/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.redist/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.redist/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.dependencies.openssl.redist/codemeta","maintainers":[],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":12827791,"name":"python311Packages.grpcio-status","ecosystem":"nixpkgs","description":"GRPC Python status proto mapping","homepage":"https://github.com/grpc/grpc/tree/master/src/python/grpcio_status","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["python"],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T19:16:17.806Z","latest_release_published_at":"2026-01-26T19:16:17.806Z","latest_release_number":"1.54.2","last_synced_at":"2026-04-14T21:08:01.254Z","created_at":"2026-01-26T19:16:17.317Z","updated_at":"2026-08-15T15:37:21.616Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=python311Packages.grpcio-status","install_command":"nix-env -iA nixpkgs.python311Packages.grpcio-status","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/grpcio-status/default.nix#L41","metadata":{"nix_attribute":"python3.11-grpcio-status-1.54.2","position":"pkgs/development/python-modules/grpcio-status/default.nix:41","platforms":["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","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin"],"broken":false,"insecure":false,"unfree":false,"outputs":["dist","out"],"upstream_ecosystem":"pypi","upstream_name":"grpcio-status","upstream_purl":"pkg:pypi/grpcio-status"},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.616Z","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/python311Packages.grpcio-status?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/python311Packages.grpcio-status","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/python311Packages.grpcio-status","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/python311Packages.grpcio-status/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.grpcio-status/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.grpcio-status/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.grpcio-status/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.grpcio-status/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.grpcio-status/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/python311Packages.grpcio-status/codemeta","maintainers":[{"uuid":"fabaff","login":null,"name":"Fabian Affolter","email":"mail@fabian-affolter.ch","url":"https://github.com/fabaff","packages_count":3335,"html_url":null,"role":null,"created_at":"2026-03-04T09:59:58.242Z","updated_at":"2026-03-04T09:59:58.242Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/fabaff/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":1626},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-15T05:04:18.502Z","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":13154490,"name":"grpc_cli","ecosystem":"nixpkgs","description":"The command line tool for interacting with grpc services","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T21:56:50.172Z","latest_release_published_at":"2026-02-01T21:56:50.172Z","latest_release_number":"1.64.0","last_synced_at":"2026-05-08T03:00:22.323Z","created_at":"2026-02-01T21:56:48.394Z","updated_at":"2026-08-15T15:37:21.706Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=grpc_cli","install_command":"nix-env -iA nixpkgs.grpc_cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/tools/networking/grpc_cli/default.nix#L42","metadata":{"nix_attribute":"grpc_cli-1.64.0","position":"pkgs/tools/networking/grpc_cli/default.nix:42","platforms":["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":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.706Z","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/grpc_cli?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grpc_cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grpc_cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grpc_cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grpc_cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grpc_cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grpc_cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grpc_cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grpc_cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/grpc_cli/codemeta","maintainers":[{"uuid":"doriath","login":null,"name":"Tomasz Zurkowski","email":"tomasz.zurkowski@gmail.com","url":"https://github.com/doriath","packages_count":1,"html_url":null,"role":null,"created_at":"2026-03-08T16:10:59.698Z","updated_at":"2026-03-08T16:10:59.698Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/doriath/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":2249},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-08-15T05:00:11.056Z","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":5283922,"name":"grpcio-tools","ecosystem":"conda","description":"gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.  This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":8,"first_release_published_at":"2018-11-17T19:56:06.000Z","latest_release_published_at":"2026-08-06T17:26:22.000Z","latest_release_number":"1.82.1","last_synced_at":"2026-08-06T19:17:29.041Z","created_at":"2022-10-03T15:40:23.136Z","updated_at":"2026-08-15T15:37:21.588Z","registry_url":"https://anaconda.org/anaconda/grpcio-tools","install_command":"conda install -c anaconda grpcio-tools","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.588Z","dependent_packages_count":0,"downloads":18641,"downloads_period":"total","dependent_repos_count":5,"rankings":{"downloads":null,"dependent_repos_count":43.18936877076412,"dependent_packages_count":51.19299305345817,"stargazers_count":0.9359903381642511,"forks_count":2.5966183574879227,"docker_downloads_count":null,"average":24.478742629968615},"purl":"pkg:conda/grpcio-tools","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpcio-tools","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpcio-tools","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpcio-tools/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-tools/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-tools/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-tools/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-tools/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-tools/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/grpcio-tools/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5467,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":841},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-08-15T05:05:54.601Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":10742514,"name":"libgrpc","ecosystem":"conda","description":"gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.  This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.","homepage":"https://grpc.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2024-05-27T18:50:17.000Z","latest_release_published_at":"2026-08-06T17:25:12.000Z","latest_release_number":"1.82.1","last_synced_at":"2026-08-06T19:17:31.363Z","created_at":"2024-07-23T07:54:40.276Z","updated_at":"2026-08-15T15:37:21.810Z","registry_url":"https://anaconda.org/anaconda/libgrpc","install_command":"conda install -c anaconda libgrpc","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.810Z","dependent_packages_count":0,"downloads":141900,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":56.38629283489096,"dependent_packages_count":51.288586802605494,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":53.83743981874822},"purl":"pkg:conda/libgrpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/libgrpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/libgrpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/libgrpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/libgrpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/libgrpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/libgrpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/libgrpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/libgrpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/libgrpc/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5467,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":841},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-08-15T05:05:54.601Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":9061217,"name":"grpc","ecosystem":"nuget","description":"Metapackage for gRPC C#","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["gRPC","RPC","HTTP/2"],"namespace":null,"versions_count":147,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2023-01-11T08:55:15.717Z","latest_release_number":"2.46.6","last_synced_at":"2026-08-16T00:22:54.348Z","created_at":"2024-02-27T04:39:47.342Z","updated_at":"2026-08-16T00:22:54.348Z","registry_url":"https://www.nuget.org/packages/grpc/","install_command":"Install-Package grpc","documentation_url":null,"metadata":{"copyright":"Copyright 2015 The gRPC Authors","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"dependency_summary":{"total_dependency_groups":3,"target_frameworks":[".NETFramework4.5",".NETStandard1.5",".NETStandard2.0"],"total_dependencies":3},"verified":true},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2024-05-22T14:42:29.000Z","size":516999,"stargazers_count":40895,"open_issues_count":880,"forks_count":10380,"subscribers_count":1367,"default_branch":"master","last_synced_at":"2024-05-22T15:26:23.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2024-08-16T00:12:43.215Z","dependencies_parsed_at":"2024-04-21T19:06:47.613Z","dependency_job_id":"50cb94e4-e984-45a1-b7fb-0ee446fc49d4","html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":37508,"total_committers":1049,"mean_commits":"35.755958055290755","dds":0.8485656393302762,"last_synced_commit":"1309eb283c3e11c471191f286ceab01b75477ffc"},"previous_names":["google/grpc"],"tags_count":367,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":215710269,"owners_count":15919624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":25,"last_synced_at":"2024-03-25T20:05:14.846Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":95425,"followers":1538,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2024-03-25T20:05:16.590Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2024-09-08T01:58:22.536Z","dependent_packages_count":190,"downloads":106640527,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.12975379035012996,"dependent_repos_count":13.819348826338206,"dependent_packages_count":18.835372714592,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":10.928158443760113},"purl":"pkg:nuget/grpc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-09-07T04:09:02.586Z","issues_count":1293,"pull_requests_count":4907,"avg_time_to_close_issue":21933280.481241915,"avg_time_to_close_pull_request":1640469.1246029807,"issues_closed_count":767,"pull_requests_closed_count":4093,"pull_request_authors_count":262,"issue_authors_count":845,"avg_comments_per_issue":5.003093580819799,"avg_comments_per_pull_request":0.6896270633788465,"merged_pull_requests_count":1772,"bot_issues_count":0,"bot_pull_requests_count":613,"past_year_issues_count":596,"past_year_pull_requests_count":3546,"past_year_avg_time_to_close_issue":2396639.8416149067,"past_year_avg_time_to_close_pull_request":542213.5987943738,"past_year_issues_closed_count":318,"past_year_pull_requests_closed_count":2986,"past_year_pull_request_authors_count":181,"past_year_issue_authors_count":411,"past_year_avg_comments_per_issue":2.8288590604026846,"past_year_avg_comments_per_pull_request":0.4427523970671179,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":573,"past_year_merged_pull_requests_count":898,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":731,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":341,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":337,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":176,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"HannahShiSFB","count":63,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"ralphchung","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"murgatroid99","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"dfawley","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"muxi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"vjpai","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"}],"active_maintainers":[{"login":"ctiller","count":465,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":235,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":223,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":177,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":95,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"yijiem","count":52,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"HannahShiSFB","count":45,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"arvindbr8","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"ejona86","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"jhump","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"jdcormie","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"murgatroid99","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"dfawley","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"JamesNK","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc/codemeta","maintainers":[{"uuid":"grpc-packages","login":"grpc-packages","name":null,"email":null,"url":null,"packages_count":23,"html_url":"https://www.nuget.org/profiles/grpc-packages","role":null,"created_at":"2024-02-27T04:39:53.082Z","updated_at":"2024-02-27T04:39:53.082Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/grpc-packages/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":13255717,"name":"grpc_cli","ecosystem":"nixpkgs","description":"The command line tool for interacting with grpc services.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T04:05:45.616Z","latest_release_published_at":"2026-02-02T04:05:45.616Z","latest_release_number":"1.59.2","last_synced_at":"2026-04-20T12:49:28.722Z","created_at":"2026-02-02T04:05:19.471Z","updated_at":"2026-08-15T15:37:21.976Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=grpc_cli","install_command":"nix-env -iA nixpkgs.grpc_cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/tools/networking/grpc_cli/default.nix#L26","metadata":{"nix_attribute":"grpc_cli-1.59.2","position":"pkgs/tools/networking/grpc_cli/default.nix:26","platforms":["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":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.976Z","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/grpc_cli?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grpc_cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grpc_cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grpc_cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grpc_cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grpc_cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grpc_cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grpc_cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grpc_cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/grpc_cli/codemeta","maintainers":[{"uuid":"doriath","login":null,"name":"Tomasz Zurkowski","email":"tomasz.zurkowski@gmail.com","url":"https://github.com/doriath","packages_count":1,"html_url":null,"role":null,"created_at":"2026-03-05T01:57:31.001Z","updated_at":"2026-03-05T01:57:31.001Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/doriath/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":2430},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-08-15T05:04:25.376Z","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"}},{"id":12743951,"name":"grpc_cli","ecosystem":"nixpkgs","description":"The command line tool for interacting with grpc services.","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T03:48:51.760Z","latest_release_published_at":"2026-01-26T03:48:51.760Z","latest_release_number":"1.54.1","last_synced_at":"2026-03-26T17:22:31.188Z","created_at":"2026-01-26T03:48:51.604Z","updated_at":"2026-08-15T15:37:21.912Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=grpc_cli","install_command":"nix-env -iA nixpkgs.grpc_cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/tools/networking/grpc_cli/default.nix#L26","metadata":{"nix_attribute":"grpc_cli-1.54.1","position":"pkgs/tools/networking/grpc_cli/default.nix:26","platforms":["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"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.912Z","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/grpc_cli?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grpc_cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grpc_cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grpc_cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grpc_cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grpc_cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grpc_cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grpc_cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grpc_cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/grpc_cli/codemeta","maintainers":[{"uuid":"doriath","login":null,"name":"Tomasz Zurkowski","email":"tomasz.zurkowski@gmail.com","url":"https://github.com/doriath","packages_count":1,"html_url":null,"role":null,"created_at":"2026-02-26T17:08:59.860Z","updated_at":"2026-02-26T17:08:59.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/doriath/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":1626},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-08-15T05:04:18.502Z","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":5287003,"name":"grpc-cpp","ecosystem":"conda","description":"gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems.  This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.","homepage":"https://grpc.io/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":59,"first_release_published_at":"2019-02-11T19:50:39.000Z","latest_release_published_at":"2022-10-28T00:46:18.000Z","latest_release_number":"1.49.1","last_synced_at":"2026-07-26T03:00:43.372Z","created_at":"2022-10-03T15:44:20.031Z","updated_at":"2026-08-15T15:37:22.030Z","registry_url":"https://anaconda.org/conda-forge/grpc-cpp","install_command":"conda install -c conda-forge grpc-cpp","documentation_url":null,"metadata":{},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:22.029Z","dependent_packages_count":17,"downloads":15590813,"downloads_period":"total","dependent_repos_count":90,"rankings":{"downloads":null,"dependent_repos_count":3.6678476969908678,"dependent_packages_count":3.7526822695743296,"stargazers_count":0.30939667648086233,"forks_count":0.9082289535405957,"docker_downloads_count":null,"average":2.1595388991466637},"purl":"pkg:conda/grpc-cpp?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/grpc-cpp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/grpc-cpp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/grpc-cpp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpc-cpp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpc-cpp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpc-cpp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpc-cpp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpc-cpp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/grpc-cpp/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":2338},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-15T05:05:53.220Z","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":12758568,"name":"grpc_cli","ecosystem":"nixpkgs","description":"Command line tool for interacting with grpc services","homepage":"https://github.com/grpc/grpc","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":[],"namespace":null,"versions_count":3,"first_release_published_at":"2026-01-26T06:23:48.810Z","latest_release_published_at":"2026-04-02T19:00:48.216Z","latest_release_number":"1.80.0","last_synced_at":"2026-04-02T19:00:49.158Z","created_at":"2026-01-26T06:23:48.606Z","updated_at":"2026-08-15T15:37:21.825Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=grpc_cli","install_command":"nix-env -iA nixpkgs.grpc_cli","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/gr/grpc_cli/package.nix#L42","metadata":{"nix_attribute":"grpc_cli-1.80.0","position":"pkgs/by-name/gr/grpc_cli/package.nix:42","platforms":["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"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45285,"open_issues_count":1376,"forks_count":11360,"subscribers_count":1359,"default_branch":"master","last_synced_at":"2026-08-15T12:07:24.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T08:42:03.000Z","dependencies_parsed_at":"2026-08-15T04:33:02.160Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T15:37:21.824Z","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/grpc_cli?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/grpc_cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/grpc_cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/grpc_cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T14:25:54.573Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26304217.108739838,"avg_time_to_close_pull_request":2157260.8970891587,"issues_closed_count":981,"pull_requests_closed_count":8726,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.221876942200124,"avg_comments_per_pull_request":0.5866914844113541,"merged_pull_requests_count":2703,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1032,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1168941.5932539683,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8527131782945736,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":442,"past_year_merged_pull_requests_count":196,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"drfloob","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grpc_cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grpc_cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grpc_cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grpc_cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grpc_cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/grpc_cli/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":152806,"maintainers_count":4871,"namespaces_count":0,"keywords_count":3257,"github":"NixOS","metadata":{"funded_packages_count":4901},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-08-15T05:02:55.682Z","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":3431533,"name":"grpc.cpp","ecosystem":"nuget","description":"GRPC C++ libraries","homepage":"https://github.com/grpc/grpc","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/grpc/grpc","keywords_array":["grpc","native","CoApp","nativepackage"],"namespace":null,"versions_count":1,"first_release_published_at":"2017-01-09T15:32:41.273Z","latest_release_published_at":"2017-01-09T15:32:41.273Z","latest_release_number":"1.0.1","last_synced_at":"2026-08-15T23:02:24.847Z","created_at":"2022-04-10T18:29:29.175Z","updated_at":"2026-08-15T23:02:24.848Z","registry_url":"https://www.nuget.org/packages/grpc.cpp/","install_command":"Install-Package grpc.cpp","documentation_url":null,"metadata":{"owners":"CoApp Project, mrapavy","license_url":"https://github.com/grpc/grpc/blob/master/LICENSE","require_license_acceptance":false,"icon_url":"https://github.com/grpc/grpc.github.io/blob/master/img/grpc.svg","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"release_notes":"GRPC C++ 1.0.1","verified":false},"repo_metadata":{"id":24332581,"uuid":"27729880","full_name":"grpc/grpc","owner":"grpc","description":"C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)","archived":false,"fork":false,"pushed_at":"2026-08-15T11:44:15.000Z","size":623190,"stargazers_count":45284,"open_issues_count":1376,"forks_count":11359,"subscribers_count":1360,"default_branch":"master","last_synced_at":"2026-08-15T15:33:11.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grpc.io","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":"MAINTAINERS.md","copyright":null,"agents":"AGENTS.md","claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2014-12-08T18:58:53.000Z","updated_at":"2026-08-15T12:35:17.000Z","dependencies_parsed_at":"2026-08-15T15:43:25.343Z","dependency_job_id":null,"html_url":"https://github.com/grpc/grpc","commit_stats":{"total_commits":38241,"total_committers":1079,"mean_commits":35.44114921223355,"dds":0.8473889281138045,"last_synced_commit":"2329b25b092c12aed9b3e8a1baeea997b810bc83"},"previous_names":["google/grpc"],"tags_count":422,"template":false,"template_full_name":null,"purl":"pkg:github/grpc/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/sbom","scorecard":{"id":437143,"data":{"date":"2025-08-11","repo":{"name":"github.com/grpc/grpc","commit":"abddbff7bb5137c9408632c586f5d8f8a8d5806c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":8,"reason":"Found 21/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"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":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":5,"reason":"badge detected: Passing","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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'actions' permission set to 'write': .github/workflows/pr-auto-fix.yaml:7","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/pr-auto-fix.yaml:8","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:11","Info: found token with 'none' permissions: .github/workflows/pr-auto-fix.yaml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-auto-tag.yaml:6","Warn: no topLevel permission defined: .github/workflows/pr-check-bzlmod-deps.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/update-artifacts-branch.yaml:9"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: examples/android/helloworld/gradle/wrapper/gradle-wrapper.jar:1","Warn: binary detected: src/android/test/interop/gradle/wrapper/gradle-wrapper.jar:1"],"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:42","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:52","Info: CppLibFuzzer integration found: test/core/test_util/fuzzer_corpus_test.cc:63","Info: CppLibFuzzer integration found: third_party/utf8_range/fuzz/utf8_validity_fuzzer.cc:11"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 10 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"}},{"name":"Vulnerabilities","score":0,"reason":"64 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-7v5v-9h63-cj86","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5rrq-pxf6-6jx5","Warn: Project is vulnerable to: GHSA-8fr3-hfg3-gpgp","Warn: Project is vulnerable to: GHSA-gf8q-jrpm-jvxq","Warn: Project is vulnerable to: GHSA-2r2c-g63r-vccr","Warn: Project is vulnerable to: GHSA-cfm4-qjh2-4765","Warn: Project is vulnerable to: GHSA-x4jg-mjrx-434g","Warn: Project is vulnerable to: GHSA-g954-5hwp-pp24","Warn: Project is vulnerable to: GHSA-h755-8qp9-cq85","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-496j-2rq6-j6cc","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: CVE-2025-4565 / GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: PYSEC-2017-65 / GHSA-jwvw-v7c5-m82h","Warn: Project is vulnerable to: PYSEC-2023-177 / GHSA-x7m3-jprg-wc5g","Warn: Project is vulnerable to: GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: PYSEC-2021-142 / GHSA-8q59-q68h-6hv4","Warn: Project is vulnerable to: PYSEC-2018-49 / GHSA-rprw-h62v-c2w7","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: GHSA-32gv-6cf3-wcmq","Warn: Project is vulnerable to: PYSEC-2020-214 / GHSA-3gqj-cmxr-p4x2","Warn: Project is vulnerable to: PYSEC-2019-129 / GHSA-65rm-h285-5cc5","Warn: Project is vulnerable to: PYSEC-2019-128 / GHSA-6cc5-2vg4-cc7m","Warn: Project is vulnerable to: GHSA-8r99-h8j2-rw64","Warn: Project is vulnerable to: PYSEC-2022-195 / GHSA-c2jg-hw38-jrqq","Warn: Project is vulnerable to: GHSA-c8m8-j448-xjx7","Warn: Project is vulnerable to: PYSEC-2024-75 / GHSA-cf56-g6w6-pqq2","Warn: Project is vulnerable to: PYSEC-2020-259 / GHSA-h96w-mmrf-2h6v","Warn: Project is vulnerable to: PYSEC-2020-260 / GHSA-p5xh-vx83-mxcj","Warn: Project is vulnerable to: PYSEC-2023-224 / GHSA-xc8x-vp79-p3wm","Warn: Project is vulnerable to: PYSEC-2019-212","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: PYSEC-2023-207 / GHSA-gwvm-45gx-3cf8","Warn: Project is vulnerable to: PYSEC-2019-133 / GHSA-mh33-7rrq-662w","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2019-132 / GHSA-r64q-w8jr-g9qp","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: PYSEC-2020-148 / GHSA-wqvq-5m8c-6g24","Warn: Project is vulnerable to: PYSEC-2018-32 / GHSA-www2-v7xj-xrc6","Warn: Project is vulnerable to: PYSEC-2021-108","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6","Warn: Project is vulnerable to: GHSA-3ww4-gg4f-jr7f","Warn: Project is vulnerable to: GHSA-5cpq-8wj7-hf2v","Warn: Project is vulnerable to: GHSA-9v9h-cgj8-h64p","Warn: Project is vulnerable to: PYSEC-2023-254 / GHSA-jfhm-5ghh-2f97","Warn: Project is vulnerable to: GHSA-jm77-qphf-c4w8","Warn: Project is vulnerable to: GHSA-v8gr-m533-ghj9","Warn: Project is vulnerable to: GHSA-w7pp-m8wf-vj6r","Warn: Project is vulnerable to: GHSA-x4qr-2fvf-3mr5","Warn: Project is vulnerable to: PYSEC-2022-202 / GHSA-ffqj-6fqr-9h24","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: test/distrib/python/test_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"[x]\" must be followed by =: tools/internal_ci/linux/grpc_publish_packages.sh:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_msan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_tsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_c_ubsan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_asan.cfg:0","Info: Possibly incomplete results: error parsing shell code: \"}\" can only be used to close a block: tools/internal_ci/linux/sanitizer/pull_request/grpc_cpp_tsan.cfg:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/pr-check-bzlmod-deps.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-artifacts-branch.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/grpc/grpc/update-artifacts-branch.yaml/master?enable=pin","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/csm/observability/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.client:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:15: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/cpp/xds/Dockerfile.server:28: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/apache.Dockerfile:21: pin your Docker image by updating php:8.1-apache-buster to php:8.1-apache-buster@sha256:fdd3806509245abbcef97122f8aac7b587a01abf640442bbc5b2143ce5e694cf","Warn: containerImage not pinned by hash: examples/php/echo/base.Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/cli.Dockerfile:21: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:15","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:18","Warn: containerImage not pinned by hash: examples/php/echo/fpm.Dockerfile:21: pin your Docker image by updating php:8.1-fpm-buster to php:8.1-fpm-buster@sha256:41fd275cfa180ff19f6d546313b58f69b07f3914c6292f4ad97f2b306b8dd9f4","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/observability/csm/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.client:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: examples/python/xds/Dockerfile.server:14: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/php/docker/alpine/Dockerfile:15: pin your Docker image by updating php:8.1-alpine3.18 to php:8.1-alpine3.18@sha256:eb849cecc382f5963f9b447069d15cb97930d5dd3764f5683f1e23c186efa927","Warn: containerImage not pinned by hash: src/php/docker/centos7/Dockerfile:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: src/php/docker/fork-support/Dockerfile:15","Warn: containerImage not pinned by hash: src/php/docker/grpc-ext/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/grpc-src/Dockerfile:15: pin your Docker image by updating php:8.1-buster to php:8.1-buster@sha256:28d9dbf896cd6fb1aa87d6c74570c84116086f41348ad3ff2d139f691c80a068","Warn: containerImage not pinned by hash: src/php/docker/i386/Dockerfile:15: pin your Docker image by updating i386/php:8.1 to i386/php:8.1@sha256:44ef035107b11a21912a1881106bf220ecac4b391a9c7a30cf805a88e0494a33","Warn: containerImage not pinned by hash: src/php/docker/php-src/Dockerfile:15: pin your Docker image by updating debian:buster to debian:buster@sha256:58ce6f1271ae1c8a2006ff7d3e54e9874d839f573d8009c20154ad0f2fb0a225","Warn: containerImage not pinned by hash: src/php/docker/php-zts/Dockerfile:15: pin your Docker image by updating php:8.1-zts-buster to php:8.1-zts-buster@sha256:9cbbb77427848401c94fdc43faaaffe9ef7db8ae6dd471c4f8fe13d8f0c82ceb","Warn: containerImage not pinned by hash: src/php/docker/php8.2/Dockerfile:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.client:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:1: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: src/python/grpcio_tests/tests_py3_only/interop/Dockerfile.server:18: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/apache.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/base.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/cli.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:18","Warn: containerImage not pinned by hash: templates/examples/php/echo/fpm.Dockerfile.inja:21","Warn: containerImage not pinned by hash: templates/src/php/docker/alpine/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/centos7/Dockerfile.inja:15: pin your Docker image by updating centos:centos7 to centos:centos7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/grpc-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/i386/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-src/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php-zts/Dockerfile.inja:15","Warn: containerImage not pinned by hash: templates/src/php/docker/php8.2/Dockerfile.inja:15: pin your Docker image by updating php:8.2-zts-buster to php:8.2-zts-buster@sha256:ea6ebb446c52c926460d4bd4d5a59706359308900c5b81ed5af7fabb4359a8aa","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile.inja:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile.inja:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile.inja:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile.inja:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_format/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/grpc_clang_tidy/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile.inja:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile.inja:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile.inja:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile.inja:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile.inja:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile.include:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/android_ndk/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/bazel_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/csharp_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_19_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_clang_7_x64/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:7-buster to silkeh/clang:7-buster@sha256:77843de64c66f5419ef75708e3698e9a26af4b070f39d4dd7093c3ef1a186743","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian11_x86/Dockerfile.inja:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile.inja:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile.inja:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/python_debian11_default_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile.inja:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_arm64/Dockerfile.inja:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/ruby_debian11_x64/Dockerfile.inja:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_aarch64_cross_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/cpp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9 to mcr.microsoft.com/dotnet/core/sdk:2.1-alpine3.9@sha256:6f3effba445658a367f6bee55971cb2e55f986cfcb6e14423e51ca133964bc9c","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile:16: pin your Docker image by updating mcr.microsoft.com/dotnet/core/sdk:3.1 to mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile:17: pin your Docker image by updating mcr.microsoft.com/dotnet/sdk:5.0.103 to mcr.microsoft.com/dotnet/sdk:5.0.103@sha256:eda85a60aeb00e7904347d321095d8115f171dacc5d84feba4644ca4905c0204","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.13-alpine to arm64v8/python:3.13-alpine@sha256:0cb30670f50f26aa42db46734059cce224355067cad0c24c5a3ff83bb17acbf8","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:15: pin your Docker image by updating python:3.10-alpine3.18 to python:3.10-alpine3.18@sha256:d5ee9613c89c9bd4c4112465d2136512ea8629bce6ff15fa27144f3cc16b5c6b","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:15: pin your Docker image by updating archlinux:base to archlinux:base@sha256:104d24b4464e89a16566d3e68ce0e2707aa15258c690ee9bef755930e8bc1c2d","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:15: pin your Docker image by updating i386/debian:bullseye to i386/debian:bullseye@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:15: pin your Docker image by updating fedora:40 to fedora:40@sha256:3c86d25fef9d2001712bc3d9b091fc40cf04be4767e48f1aa3b785bf58d300ed","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:15: pin your Docker image by updating opensuse/leap:latest to opensuse/leap:latest@sha256:f2c9408ba749d229fe09fbdfd36f4e87bbb77b77fb55c58a28ff93595cab9fd2","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:16: pin your Docker image by updating arm64v8/python:3.9-buster to arm64v8/python:3.9-buster@sha256:b5c57baf6c40a92803dd76bd5df37fca617e6dbe40075441df807e8b31454015","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating ruby:3.1-alpine to ruby:3.1-alpine@sha256:0316d08b38a9a7f2cc377e2e73c1aa08e46dba616907654e50e00045101a1f3e","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating ruby:3.2-alpine to ruby:3.2-alpine@sha256:a9cc6b6548d6268c249e5f2f571a16549ed5448e7dc7152a6b22b33d631235aa","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating ruby:3.3-alpine to ruby:3.3-alpine@sha256:7713cab0b7d5e905cc83ce0874d829da042785030dcf77439319d33e9bef4d46","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_alpine_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating ruby:3.4-alpine to ruby:3.4-alpine@sha256:e284f39a2103a564dca9771a81bfecb455b04cd3be4149b133ed7e508ef1b65f","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_1/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_2/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_3/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_debian11_x64_ruby_3_4/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: tools/dockerfile/distribtest/ruby_ubuntu2404_x64/Dockerfile:15: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_aarch64/Dockerfile:16: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x64 to dockcross/manylinux2014-x64@sha256:11b2ae69acdd8b08272c16f2ccf781c15b6befd4dec732e4424aa63f27d10b8d","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:21: pin your Docker image by updating dockcross/manylinux2014-x86 to dockcross/manylinux2014-x86@sha256:26f246cb90bb677c98ae9d4df40eb73da2b1a2dc6bb0156fbebcdb8d15c56d2e","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile:20: pin your Docker image by updating dockcross/linux-armv7 to dockcross/linux-armv7@sha256:b6d1174c933221088d58638f5185477fe695fa64d1ebd9816b31a21d6da30b71","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:17: pin your Docker image by updating dockcross/manylinux2014-aarch64 to dockcross/manylinux2014-aarch64@sha256:c6dac7c242ea069e5c70527a29f82c271fcd605ac1b77ff15bd7711bf2840329","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_x86_64:2025.07.14-5 to quay.io/pypa/manylinux2014_x86_64:2025.07.14-5@sha256:900baea7c9d883b86e75804d249e36da60925f44f2ff114a6c4f223b43a57c36","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:19: pin your Docker image by updating quay.io/pypa/manylinux2014_i686:2025.07.14-5 to quay.io/pypa/manylinux2014_i686:2025.07.14-5@sha256:503bc2ec7addc23aa1739bb4d2972ac7a0ff2afeb244f553f2be4f3fa3d9ff81","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1 to quay.io/pypa/musllinux_1_2_aarch64:2025.07.27-1@sha256:eb4f2049fed45ed10a1cf8b671c3e28b7eacfa00d3afbaa7da741211ec761894","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1 to quay.io/pypa/musllinux_1_2_x86_64:2025.07.25-1@sha256:49048668a830831d1e8af6ff7f276ebdd2b4547c286abb160bfa5be4053148bc","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:17: pin your Docker image by updating quay.io/pypa/musllinux_1_2_i686:2025.07.27-1 to quay.io/pypa/musllinux_1_2_i686:2025.07.27-1@sha256:d07ca8027d67f18de88b4f64b7a9e308f3e2c159311b7c6e91aa6e023bd1f139","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_format/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_clang_tidy/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_dist_proto/Dockerfile:16","Warn: containerImage not pinned by hash: tools/dockerfile/grpc_scan_build/Dockerfile:15","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile:15: pin your Docker image by updating mcr.microsoft.com/dotnet/aspnet:8.0 to mcr.microsoft.com/dotnet/aspnet:8.0@sha256:6d40ae71165cb8a4427477ae3b447b05c080330cabae08b0dae672552bcd34d8","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_client:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:17: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx_xds/Dockerfile.xds_server:34: pin your Docker image by updating python:3.9-slim-bookworm to python:3.9-slim-bookworm@sha256:61db110f91663cfd7b0456b9aae318e5d1f4a4b1b474876a35d76f5edc793736","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile:17: pin your Docker image by updating dart:3.5.4-sdk to dart:3.5.4-sdk@sha256:3f3877b9a75a1695dd284151d2dab5787bc6cefd04313b6a8e0bee98230d347b","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go/Dockerfile:19: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:15: pin your Docker image by updating golang:1.11 to golang:1.11@sha256:e972c78795b22d5cfab02ac410aa2305fcc036319a7af51065d1af583cd3ec04","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:15: pin your Docker image by updating golang:1.16 to golang:1.16@sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:15: pin your Docker image by updating golang:1.8 to golang:1.8@sha256:f0b5dab7581eddb49dabd1d1b9aa505ca3edcdf79a66395b5bfa4f3c036b49ef","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.x/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:15: pin your Docker image by updating golang:latest to golang:latest@sha256:9e56f0d0f043a68bb8c47c819e47dc29f6e8f5129b8885bed9d43f058f7f3ed6","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_java/Dockerfile:15: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:15: pin your Docker image by updating golang:1.19 to golang:1.19@sha256:3025bf670b8363ec9f1b4c4f27348e6d9b7fec607c47e401e40df816853e743a","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:20","Warn: containerImage not pinned by hash: tools/dockerfile/observability-test/cpp/Dockerfile:39: pin your Docker image by updating debian:bullseye to debian:bullseye@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:11-bullseye to silkeh/clang:11-bullseye@sha256:a2e812877223f599583927af2045f89165e88bb70f30cf850e77e0c96c1afbeb","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:15: pin your Docker image by updating i386/debian:11 to i386/debian:11@sha256:f020ddc56ff5c6302e6cb0a80cbf9704a5c05b071452b75bda5430d4ccc46479","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:15: pin your Docker image by updating gcc:14 to gcc:14@sha256:f84719a4a0fb23cb2c86740b72275753645b05e65dc598c2a56197541a28329f","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:15: pin your Docker image by updating gcc:7 to gcc:7@sha256:1938a2199146f37d7c5b697a66d4379b75e3cd6ca5e08380c6803ab25e0ba9a4","Warn: containerImage not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:15: pin your Docker image by updating gcc:8 to gcc:8@sha256:75dc6591489c16fd0c6ef4185df7b3aab07e678762ddfc4bc11d2978560f4f72","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:12 to arm64v8/debian:12@sha256:f95110e1e4c219539b6653aa861b8011851bdada1f5372502839276c28190403","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:15: pin your Docker image by updating debian:12 to debian:12@sha256:731dd1380d6a8d170a695dbeb17fe0eade0e1c29f654cf0a3a07f372191c3f4b","Warn: containerImage not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:15: pin your Docker image by updating php:8-zts-bookworm to php:8-zts-bookworm@sha256:ee9548f6ead5db2c525b255c792076ca80c547f3dc6d635d3e558585013cfa6c","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:15: pin your Docker image by updating alpine:3.18 to alpine:3.18@sha256:de0eb0b3f2a47ba1eb89389859a9bd88b28e82f5826b6969ad604979713c2d4f","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/debian:11 to arm64v8/debian:11@sha256:4811a4a3a14d6e28d1a5b7f98edd187dc66e036ee49bba614492c3fe1290c524","Warn: containerImage not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:15: pin your Docker image by updating ubuntu:20.04 to ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:15: pin your Docker image by updating arm64v8/ruby:3.1-bullseye to arm64v8/ruby:3.1-bullseye@sha256:bb287bf9fa3c8843638f00d64fbff32e2250963763d07ef1ca6fc20280fc3189","Warn: containerImage not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:15: pin your Docker image by updating debian:11 to debian:11@sha256:8ec25a9073e8cc89a184a6256e219828196d75203375a8ad4f0977f3011f2115","Warn: containerImage not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:15: pin your Docker image by updating silkeh/clang:19-bookworm to silkeh/clang:19-bookworm@sha256:c00c53a8fd572a26a968686807a5de98fd8b9038c47862cbb50b792e67042a09","Warn: downloadThenRun not pinned by hash: src/php/docker/grpc-ext/Dockerfile:39-41","Warn: downloadThenRun not pinned by hash: templates/src/php/docker/grpc-ext/Dockerfile.inja:30-32","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:24","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:25","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile.inja:26","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:42","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:46","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:50","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/cxx_alpine_x64/Dockerfile.inja:52","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/python_alpine_x64/Dockerfile.inja:43","Warn: pipCommand not pinned by hash: templates/tools/dockerfile/test/sanity/Dockerfile.inja:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_aarch64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_alpine_x64/Dockerfile:20","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_arch_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_alpine3.18_x64/Dockerfile:21","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile:23","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_bullseye_x86/Dockerfile:19","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_dev_ubuntu2404_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_fedora40_x64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile:27","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_python39_buster_aarch64/Dockerfile:18","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile:22","Warn: pipCommand not pinned by hash: tools/dockerfile/distribtest/python_ubuntu2404_x64/Dockerfile:22","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x64/Dockerfile:33","Warn: downloadThenRun not pinned by hash: tools/dockerfile/grpc_artifact_manylinux2014_x86/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile:60-64","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_aarch64/Dockerfile:49-53","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x64/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/grpc_artifact_python_musllinux_1_2_x86/Dockerfile:62-66","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:46","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:38","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile:42","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:33","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:34","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile:35","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_node/Dockerfile:102","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile:77","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:87","Warn: downloadThenRun not pinned by hash: tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile:96","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_python/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile:74","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:30","Warn: pipCommand not pinned by hash: tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile:31","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/android_ndk/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/bazel_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/csharp_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:49","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:53","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:57","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_alpine_x64/Dockerfile:62","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_11_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_clang_19_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_openssl111_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x64/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian11_x86/Dockerfile:91","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile:94","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:43","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_14_x64/Dockerfile:55","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_7_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:40","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:44","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:48","Warn: pipCommand not pinned by hash: tools/dockerfile/test/cxx_gcc_8_x64/Dockerfile:52","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_arm64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:82","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:86","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_debian12_x64/Dockerfile:90","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:47","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:51","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:55","Warn: downloadThenRun not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:59","Warn: pipCommand not pinned by hash: tools/dockerfile/test/php8_zts_debian12_x64/Dockerfile:73","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:50","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_alpine_x64/Dockerfile:54","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_arm64/Dockerfile:84","Warn: pipCommand not pinned by hash: tools/dockerfile/test/python_debian11_default_x64/Dockerfile:172","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_debian11_x64/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:37","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:41","Warn: pipCommand not pinned by hash: tools/dockerfile/test/rbe_ubuntu2004/Dockerfile:45","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_arm64/Dockerfile:114","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:79","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:83","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:87","Warn: pipCommand not pinned by hash: tools/dockerfile/test/ruby_debian11_x64/Dockerfile:135","Warn: pipCommand not pinned by hash: tools/dockerfile/test/sanity/Dockerfile:68","Warn: nugetCommand not pinned by hash: src/csharp/build_nuget.sh:53: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: test/distrib/csharp/run_distrib_test_dotnetcli.sh:28: pin your dependecies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: pipCommand not pinned by hash: tools/codegen/core/gen_trace_flags_ci.sh:24","Warn: pipCommand not pinned by hash: tools/distrib/black_code.sh:36","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:31","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:37","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:43","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:48","Warn: pipCommand not pinned by hash: tools/distrib/install_all_python_modules.sh:58","Warn: pipCommand not pinned by hash: tools/distrib/isort_code.sh:40","Warn: pipCommand not pinned by hash: tools/distrib/pylint_code.sh:51","Warn: pipCommand not pinned by hash: tools/distrib/ruff_code.sh:40","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:80","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:81","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:82","Warn: pipCommand not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:83","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:101","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:144","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:168","Warn: downloadThenRun not pinned by hash: tools/gce/linux_kokoro_performance_worker_init.sh:206","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_multilang_rc:27","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:22","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_perf_rc:26","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_linux_rc:41","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:66","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:127","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:147","Warn: pipCommand not pinned by hash: tools/internal_ci/helper_scripts/prepare_build_macos_rc:148","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_csharp_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_php_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_python_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/aws/grpc_run_basictests_ruby_aarch64.sh:21","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_bloat_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_memory_diff_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_python_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:23","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:34","Warn: pipCommand not pinned by hash: tools/internal_ci/linux/grpc_xds_bazel_test_in_docker.sh:37","Warn: pipCommand not pinned by hash: tools/internal_ci/macos/grpc_run_tests_matrix.sh:26","Warn: pipCommand not pinned by hash: tools/run_tests/artifacts/build_artifact_python.sh:170","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:35","Warn: pipCommand not pinned by hash: tools/run_tests/helper_scripts/prep_xds.sh:38","Warn: goCommand not pinned by hash: tools/run_tests/performance/build_performance_go.sh:24","Warn: npmCommand not pinned by hash: tools/run_tests/performance/build_performance_node.sh:27","Warn: pipCommand not pinned by hash: .github/workflows/pr-auto-fix.yaml:74","Warn: pipCommand not pinned by hash: .github/workflows/pr-check-bzlmod-deps.yaml:25","Info:   5 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   4 out of   4 third-party GitHubAction dependencies pinned","Info:   3 out of 216 containerImage dependencies pinned","Info:   0 out of  12 downloadThenRun dependencies pinned","Info:   0 out of 214 pipCommand dependencies pinned","Info:   0 out of   2 nugetCommand dependencies pinned","Info:   0 out of   1 goCommand dependencies pinned","Info:   0 out of   1 npmCommand 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"}}]},"last_synced_at":"2025-08-19T04:57:20.836Z","repository_id":24332581,"created_at":"2025-08-19T04:57:20.836Z","updated_at":"2025-08-19T04:57:20.836Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36698916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"grpc","name":"grpc","uuid":"7802525","kind":"organization","description":"A high performance, open source, general-purpose RPC framework","email":null,"website":"https://grpc.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/7802525?v=4","repositories_count":33,"last_synced_at":"2026-08-13T00:36:12.487Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/grpc","funding_links":[],"total_stars":120162,"followers":2738,"following":0,"created_at":"2022-11-02T16:25:16.713Z","updated_at":"2026-08-13T00:36:12.503Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grpc/repositories"},"tags":[{"name":"v1.83.0","sha":"c876f4da50f7da2f331888b88b2a7243514139fe","kind":"commit","published_at":"2026-07-21T09:16:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0/manifests"},{"name":"v1.83.0-pre1","sha":"9c223f1c816cc7aba03d82bd78b395e542677615","kind":"commit","published_at":"2026-07-09T13:17:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.83.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.83.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.83.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.83.0-pre1/manifests"},{"name":"v1.82.1","sha":"acccf84c0df20487d64101f528e5d426541ca4e5","kind":"commit","published_at":"2026-07-08T09:07:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.1/manifests"},{"name":"v1.82.0","sha":"742600a76f5717044cde93ba424500c680e2002a","kind":"commit","published_at":"2026-07-02T07:41:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0/manifests"},{"name":"v1.82.0-pre2","sha":"6c34462e5632293ed0b32cb89d32d438b2961aa5","kind":"commit","published_at":"2026-06-25T14:30:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre2/manifests"},{"name":"v1.82.0-pre1","sha":"f3289ea4eba5cc9656bf6141d33172a0cd0b0790","kind":"commit","published_at":"2026-06-11T11:03:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.82.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.82.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.82.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.82.0-pre1/manifests"},{"name":"v1.81.1","sha":"e84a8a2f04095f2772ba42a4abccde4f9243e75b","kind":"commit","published_at":"2026-06-04T21:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.1/manifests"},{"name":"v1.81.0","sha":"8bdf11e5097abecbe6cffb70866625a0b8044948","kind":"commit","published_at":"2026-05-27T23:44:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0/manifests"},{"name":"v1.81.0-pre1","sha":"6244f3b59e2784b57f32b7fd3276d2e8eed630d1","kind":"commit","published_at":"2026-05-13T16:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.81.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.81.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.81.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.81.0-pre1/manifests"},{"name":"v1.80.0","sha":"f5e2d6e856176c2f6b7691032adfefe21e5f64c1","kind":"commit","published_at":"2026-03-24T23:06:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0/manifests"},{"name":"v1.80.0-pre1","sha":"be4c1c55b69493868241bfffd4bc318d3d592656","kind":"commit","published_at":"2026-03-12T23:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.80.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.80.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.80.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.80.0-pre1/manifests"},{"name":"v1.78.1","sha":"5b6492ea90b2b867a6adad1b10a6edda28e860d1","kind":"commit","published_at":"2026-02-19T12:15:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.1/manifests"},{"name":"v1.78.0","sha":"5e6ba94242b92e363220bc2163d55ce3554d4ecc","kind":"commit","published_at":"2026-01-30T23:50:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0/manifests"},{"name":"v1.78.0-pre2","sha":"9840ecd84d075e53d5a01b93e3ea7c71cb641944","kind":"commit","published_at":"2026-01-13T17:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre2/manifests"},{"name":"v1.78.0-pre1","sha":"f7f13023412c1a589af7558eb0b9f8f664a76431","kind":"commit","published_at":"2025-12-23T23:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.78.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.78.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.78.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.78.0-pre1/manifests"},{"name":"v1.76.0","sha":"f5ffb68d8a2fd603dff16287e90a4ac571e1fec6","kind":"commit","published_at":"2025-10-18T02:30:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0/manifests"},{"name":"v1.76.0-pre1","sha":"ffd83794b3804739c0789096155833e302ac1270","kind":"commit","published_at":"2025-09-29T21:54:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.76.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.76.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.76.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.76.0-pre1/manifests"},{"name":"v1.75.1","sha":"9b63ce0d513672c5daad4f28342f03863c5589e5","kind":"commit","published_at":"2025-09-25T17:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.1/manifests"},{"name":"v1.75.0","sha":"093085cc925e0d5aa6e92bc29e917f9bdc00add2","kind":"commit","published_at":"2025-09-15T16:21:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0/manifests"},{"name":"v1.75.0-pre1","sha":"8f360868932daaa226de0aaaab8f2d7f524d1ddc","kind":"commit","published_at":"2025-08-21T19:17:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.75.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.75.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.75.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.75.0-pre1/manifests"},{"name":"v1.74.1","sha":"893bdadd56dbb75fb156175afdaa2b0d47e1c15b","kind":"commit","published_at":"2025-08-06T17:44:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.1/manifests"},{"name":"v1.74.0","sha":"3e7a4d52d257990fa5b9d80f69f4a591178d9d7c","kind":"commit","published_at":"2025-07-23T15:31:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0/manifests"},{"name":"v1.74.0-pre2","sha":"a7d80a7e90729849b052c7f36456514dcd1d6752","kind":"commit","published_at":"2025-07-16T16:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre2/manifests"},{"name":"v1.74.0-pre1","sha":"08648d377dfd8ada795a7ad8068b48dcb24bd328","kind":"commit","published_at":"2025-07-08T21:31:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.74.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.74.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.74.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.74.0-pre1/manifests"},{"name":"v1.71.2","sha":"c65cf153238102c16f5f11573767384ef112d17a","kind":"commit","published_at":"2025-06-26T20:41:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.2/manifests"},{"name":"v1.72.2","sha":"d6b42b2fd3e522a60318c7e2f2021219c6b5c470","kind":"commit","published_at":"2025-06-26T08:41:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.2/manifests"},{"name":"v1.73.1","sha":"6eae42baf0dc7950a8c25d227575a0d24c9aa286","kind":"commit","published_at":"2025-06-24T15:40:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.1/manifests"},{"name":"v1.73.0","sha":"95dd243c6d9a9104c6ca2344861c8e8d8ccf4d7b","kind":"commit","published_at":"2025-06-07T05:51:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0/manifests"},{"name":"v1.73.0-pre2","sha":"9f9728c159937fc281d1a6a36150952d2095e2b7","kind":"commit","published_at":"2025-05-30T21:54:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre2/manifests"},{"name":"v1.72.1","sha":"1ca7b983850ef2ee154a86133108ae6e3732c2bd","kind":"commit","published_at":"2025-05-30T16:11:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.1/manifests"},{"name":"v1.73.0-pre1","sha":"5d0f2c8148d6e86b9e9f16082c45ad0c437e16ca","kind":"commit","published_at":"2025-05-23T22:17:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.73.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.73.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.73.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.73.0-pre1/manifests"},{"name":"v1.70.2","sha":"c5805f42dbdf4f09bc6b9b5c49ebdb2f48e0efa7","kind":"commit","published_at":"2025-05-02T18:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.2/manifests"},{"name":"v1.71.1","sha":"2631bcf4f3cb39f1afbe472d522007e10fa77b9d","kind":"commit","published_at":"2025-04-23T18:03:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.1/manifests"},{"name":"v1.72.0","sha":"6c472088f7ced709efac16bf41d399c7ad6f1a44","kind":"commit","published_at":"2025-04-21T22:04:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0/manifests"},{"name":"v1.72.0-pre1","sha":"840385317ea4b9d989a87d342f15388e56e30868","kind":"commit","published_at":"2025-04-07T19:07:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.72.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.72.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.72.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.72.0-pre1/manifests"},{"name":"v1.71.0","sha":"4e9357bca1408596663a218c0c608a4c0560a867","kind":"commit","published_at":"2025-03-06T23:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0/manifests"},{"name":"v1.71.0-pre3","sha":"bf56e950fde528f112484c9b663cd528875a73bf","kind":"commit","published_at":"2025-03-03T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre3/manifests"},{"name":"v1.71.0-pre2","sha":"e6c20e406e91858000aa468b5907755fb3f6a697","kind":"commit","published_at":"2025-02-21T21:20:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.71.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.71.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.71.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.71.0-pre2/manifests"},{"name":"v1.70.1","sha":"5e099002c1600c580ebe1e6741f8ff8b182ffea4","kind":"commit","published_at":"2025-01-31T15:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.1/manifests"},{"name":"v1.70.0","sha":"93571f6142f823167d54bc1169fed567b2407d94","kind":"commit","published_at":"2025-01-22T21:13:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0/manifests"},{"name":"v1.70.0-pre1","sha":"6c8df892cd1dc596c07b82242754cd7dec6e656d","kind":"commit","published_at":"2025-01-08T17:05:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.70.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.70.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.70.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.70.0-pre1/manifests"},{"name":"v1.69.0","sha":"b4ef7c141d960be62e0008601261bb22cecb5d40","kind":"commit","published_at":"2024-12-23T21:09:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0/manifests"},{"name":"v1.69.0-pre1","sha":"1b16dc6409c6db90bbaeab034bbc9e83ab405f38","kind":"commit","published_at":"2024-12-05T19:46:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.69.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.69.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.69.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.69.0-pre1/manifests"},{"name":"v1.68.2","sha":"859bc5216ba3955fb8925326bdec391fd93c8730","kind":"commit","published_at":"2024-12-03T18:03:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.2/manifests"},{"name":"v1.68.1","sha":"796e87f16136533977b8647b50a020519fd7a137","kind":"commit","published_at":"2024-11-27T04:27:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.1/manifests"},{"name":"v1.68.0","sha":"6b49ae626bc9cd7033e062f89dbe0e0576b1110e","kind":"commit","published_at":"2024-11-14T22:30:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0/manifests"},{"name":"v1.68.0-pre1","sha":"2bcf835e1f91001107321ef2c2545e6f23c602c2","kind":"commit","published_at":"2024-10-30T15:59:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.68.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.68.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.68.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.68.0-pre1/manifests"},{"name":"v1.67.1","sha":"d3286610f703a339149c3f9be69f0d7d0abb130a","kind":"commit","published_at":"2024-10-28T16:27:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.1/manifests"},{"name":"v1.67.0","sha":"74f245857247b4b3e28a753d85d06ae2d5a55434","kind":"commit","published_at":"2024-10-07T22:31:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0/manifests"},{"name":"v1.66.2","sha":"f686ffe7e703fb1440dabea419579e566a8becc3","kind":"commit","published_at":"2024-09-27T19:57:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.2/manifests"},{"name":"v1.67.0-pre1","sha":"1eb5673cdd2471cfa8f68dbe1123c35e9ee03574","kind":"commit","published_at":"2024-09-16T19:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.67.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.67.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.67.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.67.0-pre1/manifests"},{"name":"v1.66.1","sha":"e821cdc231bda9ee93139a6daab6311dd8953832","kind":"commit","published_at":"2024-08-23T23:09:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.1/manifests"},{"name":"v1.66.0","sha":"13cecab1c4f45902197a9f8fe4e787eb9c4d4db1","kind":"commit","published_at":"2024-08-22T15:11:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0/manifests"},{"name":"v1.65.5","sha":"c93b7788310705514a84d0f6f8921b9aef87f5d9","kind":"commit","published_at":"2024-08-16T20:59:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.5/manifests"},{"name":"v1.66.0-pre5","sha":"56a812239b435013093614e1e72a4b41103386a6","kind":"commit","published_at":"2024-08-16T17:38:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre5/manifests"},{"name":"v1.66.0-pre4","sha":"bee26a7434d861c047c7649d5b650deb41c2cd71","kind":"commit","published_at":"2024-08-15T18:05:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre4/manifests"},{"name":"v1.66.0-pre3","sha":"c8f038c289be7ff9ff8b7cdd205a938801d2f5f9","kind":"commit","published_at":"2024-08-07T18:34:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre3/manifests"},{"name":"v1.66.0-pre2","sha":"c7a458fdc09bab92293b1e07c38b63eeb1b793dd","kind":"commit","published_at":"2024-08-02T18:30:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre2/manifests"},{"name":"v1.58.3","sha":"14bcda7eae0ee99f6a6dceb8d6cc23f49362f577","kind":"commit","published_at":"2024-08-02T17:30:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.3/manifests"},{"name":"v1.65.4","sha":"c3407b728428b84f4c0b8c1b653094903fe2f462","kind":"commit","published_at":"2024-08-01T23:48:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.4/manifests"},{"name":"v1.64.3","sha":"aef0f0ccc3d21a328282144b8aa666f3c570dfb9","kind":"commit","published_at":"2024-08-01T23:48:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.3/manifests"},{"name":"v1.63.2","sha":"79fb6564995720f750ef7bc31523101b8961b911","kind":"commit","published_at":"2024-08-01T23:48:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.2/manifests"},{"name":"v1.62.3","sha":"c48c8fc22325ad867b67fec3ba58290ce90d4741","kind":"commit","published_at":"2024-08-01T23:48:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.3/manifests"},{"name":"v1.61.3","sha":"f66fc914209e10fd2ec95ba45509f39285a23ad4","kind":"commit","published_at":"2024-08-01T23:48:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.3/manifests"},{"name":"v1.60.2","sha":"0bab87ede8244a21fce01294a364cc9a7fc99ed8","kind":"commit","published_at":"2024-08-01T23:47:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.2/manifests"},{"name":"v1.59.5","sha":"b22b8e6c8855f958afda436d9f1def216085d505","kind":"commit","published_at":"2024-08-01T23:47:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.5/manifests"},{"name":"v1.65.3","sha":"c32db9c409220adf8ad26b47bbf80578e5a1b795","kind":"commit","published_at":"2024-08-01T16:41:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.3/manifests"},{"name":"v1.65.2","sha":"0bbbfd3c1593778d1429b55ef389e4cd78edb4f2","kind":"commit","published_at":"2024-07-26T15:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.2/manifests"},{"name":"v1.66.0-pre1","sha":"199640f33b86a4ec820f3cd32bb4753ccc64a60d","kind":"commit","published_at":"2024-07-24T18:17:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.66.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.66.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.66.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.66.0-pre1/manifests"},{"name":"v1.65.1","sha":"4b206a2812af345297a7223026cd7c5fd643d3be","kind":"commit","published_at":"2024-07-16T22:53:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.1/manifests"},{"name":"v1.65.0","sha":"45479fda2a083c4e46310b9bb6e45e625e381269","kind":"commit","published_at":"2024-06-28T03:26:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0/manifests"},{"name":"v1.65.0-pre2","sha":"24b050b593a435a625e10672fb9b55e8c6501eea","kind":"commit","published_at":"2024-06-21T02:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre2/manifests"},{"name":"v1.65.0-pre1","sha":"608cb7ba00bd8f84c96279a671e2f137ddaf2787","kind":"commit","published_at":"2024-06-13T21:38:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.65.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.65.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.65.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.65.0-pre1/manifests"},{"name":"v1.64.2","sha":"4795c5e69b25e8c767b498bea784da0ef8c96fd5","kind":"commit","published_at":"2024-06-07T18:23:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.2/manifests"},{"name":"v1.64.1","sha":"d79949179d13140011ebc979b7ce5bfc79aaae8c","kind":"commit","published_at":"2024-05-29T23:42:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.1/manifests"},{"name":"v1.63.1","sha":"02df73c457ff0f93d4cd5bb3336cda920bcb1972","kind":"commit","published_at":"2024-05-29T19:59:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.1/manifests"},{"name":"v1.64.0","sha":"b8a04acbbf18fd1c805e5d53d62ed9fa4721a4d1","kind":"commit","published_at":"2024-05-16T01:01:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0/manifests"},{"name":"v1.64.0-pre2","sha":"acd8b33b608d59441fe59afe7913800f0c7a3dd6","kind":"commit","published_at":"2024-05-09T23:02:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre2/manifests"},{"name":"v1.64.0-pre1","sha":"03e6617356e898ce96f6c0d2d9680dc4fce51c8e","kind":"commit","published_at":"2024-05-07T07:13:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.64.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.64.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.64.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.64.0-pre1/manifests"},{"name":"v1.63.0","sha":"ac1418547838ab067a02af4402046f7bc1cbc44c","kind":"commit","published_at":"2024-04-26T06:05:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0/manifests"},{"name":"v1.62.2","sha":"96f984744fe728e196c11d33b91b022566c0d40f","kind":"commit","published_at":"2024-04-17T16:32:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.2/manifests"},{"name":"v1.63.0-pre2","sha":"7df7f92da82dbb8fbe93b4ff5d599d447379ee9d","kind":"commit","published_at":"2024-04-17T06:04:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre2/manifests"},{"name":"v1.63.0-pre1","sha":"bc470e47ad64ae94ba8baff01e75a7606ed1cd00","kind":"commit","published_at":"2024-04-12T02:54:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.63.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.63.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.63.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.63.0-pre1/manifests"},{"name":"v1.61.2","sha":"c487a30994cac2ea62c76e3c16b163b74c087d2d","kind":"commit","published_at":"2024-03-08T21:49:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.2/manifests"},{"name":"v1.62.1","sha":"6d7a55890e076a3a8abc8185b6bf0153fcf9d179","kind":"commit","published_at":"2024-03-08T01:33:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.1/manifests"},{"name":"v1.62.0","sha":"f78a54c5ad4e058734aa9b2beb9459940e4de342","kind":"commit","published_at":"2024-02-20T20:23:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0/manifests"},{"name":"v1.62.0-pre1","sha":"acb1a55e974b06908195ef0472a944e42b6c8811","kind":"commit","published_at":"2024-02-13T23:33:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.62.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.62.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.62.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.62.0-pre1/manifests"},{"name":"v1.61.1","sha":"5174569c4d3352112848f1b86ba259425db939cf","kind":"commit","published_at":"2024-02-12T23:52:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.1/manifests"},{"name":"v1.59.4","sha":"8e78a0a2cfa5ccc684b2298db24b787bc6535f7f","kind":"commit","published_at":"2024-02-05T23:00:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.4/manifests"},{"name":"v1.56.4","sha":"614d26a86da5993e253bd233d1fa996e4e421cd9","kind":"commit","published_at":"2024-02-05T23:00:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.4/manifests"},{"name":"v1.49.4","sha":"e241f37befe7ba4688effd84bfbf99b0f681a2f7","kind":"commit","published_at":"2024-02-05T23:00:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.4/manifests"},{"name":"v1.61.0","sha":"a13178cb2537822bcdc552faba98fd9fa3c35b3e","kind":"commit","published_at":"2024-01-31T03:20:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0/manifests"},{"name":"v1.61.0-pre3","sha":"f4fd20cd36dc8feeffdf10b2006e80f1d082a3f6","kind":"commit","published_at":"2024-01-26T03:32:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre3/manifests"},{"name":"v1.60.1","sha":"e5ae3b6b44bf3b64d24bfb4b4f82556239b986db","kind":"commit","published_at":"2024-01-24T22:32:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.1/manifests"},{"name":"v1.61.0-pre2","sha":"6d6bd8d0e73a88cd7f624dfcb7beaca3c4fc8d60","kind":"commit","published_at":"2024-01-24T01:21:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre2/manifests"},{"name":"v1.61.0-pre1","sha":"8e92b0a8b8ba9dffa78fa991e5e738dce57273ea","kind":"commit","published_at":"2024-01-17T21:08:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.61.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.61.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.61.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.61.0-pre1/manifests"},{"name":"v1.60.0","sha":"0ef13a7555dbaadd4633399242524129eef5e231","kind":"commit","published_at":"2023-11-28T00:12:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0/manifests"},{"name":"v1.59.3","sha":"35df344f5e17a9cb290ebf0f5b0f03ddb1ff0a97","kind":"commit","published_at":"2023-11-16T21:47:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.3/manifests"},{"name":"v1.60.0-pre1","sha":"7f48251101b412e480163f5df551042d4213cea9","kind":"commit","published_at":"2023-11-13T18:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.60.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.60.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.60.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.60.0-pre1/manifests"},{"name":"v1.59.2","sha":"883e5f76976b86afee87415dc67bde58d9b295a4","kind":"commit","published_at":"2023-10-30T17:33:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.2/manifests"},{"name":"v1.58.2","sha":"874396561538e0ff7847a4b69cd7586346a673a1","kind":"commit","published_at":"2023-10-09T17:08:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.2/manifests"},{"name":"v1.57.1","sha":"d9c68cba7036ce277e87a098ed4c0bc2f1d3f6c5","kind":"commit","published_at":"2023-10-09T17:08:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.1/manifests"},{"name":"v1.56.3","sha":"06021d918406f8814fb475e1fd53dbf7d0197e53","kind":"commit","published_at":"2023-10-09T17:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.3/manifests"},{"name":"v1.55.4","sha":"8a7497625a9364b29c5411d173a8dcb66119cc47","kind":"commit","published_at":"2023-10-09T17:08:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.4/manifests"},{"name":"v1.59.1","sha":"0df9accc5c3478d126742fb84dd7155786dc4f68","kind":"commit","published_at":"2023-10-06T23:44:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.1/manifests"},{"name":"v1.59.0","sha":"08cc1787de022069135004adfdd17938b5062319","kind":"commit","published_at":"2023-09-28T23:08:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0/manifests"},{"name":"v1.59.0-pre2","sha":"deb0c6257bd8d2a324a9ff63e9ece562403485ae","kind":"commit","published_at":"2023-09-27T23:22:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre2/manifests"},{"name":"v1.59.0-pre1","sha":"bb9741997759b65b63d2196aeba8f707560c265b","kind":"commit","published_at":"2023-09-26T20:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.59.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.59.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.59.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.59.0-pre1/manifests"},{"name":"v1.58.1","sha":"0f8cb206ef897f9cff2206e06a1a5303dbd4aeef","kind":"commit","published_at":"2023-09-13T20:33:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.1/manifests"},{"name":"v1.58.0","sha":"0417b882aa7abc1512f534e56f9cd97c557bb68f","kind":"commit","published_at":"2023-09-05T23:25:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0/manifests"},{"name":"v1.58.0-pre1","sha":"e097a3220b694ae0c9d25634297b95b3a3eae69f","kind":"commit","published_at":"2023-08-23T22:39:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.58.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.58.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.58.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.58.0-pre1/manifests"},{"name":"v1.57.0","sha":"a61640173d00b63e0b55ad61915a9b1708e12d27","kind":"commit","published_at":"2023-08-08T17:56:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0/manifests"},{"name":"v1.55.3","sha":"49dcbce9aba5f5f0959871354df90e38f0c5ed00","kind":"commit","published_at":"2023-07-25T20:28:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.3/manifests"},{"name":"v1.54.3","sha":"868412b573a0663c8db41558498caf44098f4390","kind":"commit","published_at":"2023-07-25T20:28:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.3/manifests"},{"name":"v1.53.2","sha":"afb307fb89ed83f358d82b5d359034a039a95e66","kind":"commit","published_at":"2023-07-25T20:28:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.2/manifests"},{"name":"v1.57.0-pre1","sha":"c1285fe4829f6843be1db738aabb07ce838e7b7e","kind":"commit","published_at":"2023-07-24T18:51:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.57.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.57.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.57.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.57.0-pre1/manifests"},{"name":"v1.56.2","sha":"c0d1c393d9365664d47df41746e992ae97b651ef","kind":"commit","published_at":"2023-07-14T17:18:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.2/manifests"},{"name":"v1.56.1","sha":"8a59ef06326dba98fb77a043713eb62d8274587c","kind":"commit","published_at":"2023-07-10T23:02:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1/manifests"},{"name":"v1.56.1-pre1","sha":"67df2b3f498ace6e91ac658945aaff6e3a2733d3","kind":"commit","published_at":"2023-07-06T20:18:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.1-pre1/manifests"},{"name":"v1.56.0","sha":"6e85620c7e258df79666a4743f862f2f82701c2d","kind":"commit","published_at":"2023-06-14T20:21:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0/manifests"},{"name":"v1.56.0-pre3","sha":"eccf68abef26edba406aaf7ee68b120b5f045209","kind":"commit","published_at":"2023-06-13T00:09:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre3/manifests"},{"name":"v1.56.0-pre2","sha":"fc64109383b696c5523c1c75d06d22428ee4568a","kind":"commit","published_at":"2023-06-05T20:43:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre2/manifests"},{"name":"v1.55.1","sha":"12161ee3aa7c216741cd7c406573abc0df1d0926","kind":"commit","published_at":"2023-06-02T00:44:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.1/manifests"},{"name":"v1.56.0-pre1","sha":"b39e015f34a5f95f231b7b3006d3e518dcfce40a","kind":"commit","published_at":"2023-06-01T17:55:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.56.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.56.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.56.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.56.0-pre1/manifests"},{"name":"v1.55.0","sha":"0bf4a618b17a3f0ed61c22364913c7f66fc1c61a","kind":"commit","published_at":"2023-05-18T23:47:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0/manifests"},{"name":"v1.53.1","sha":"3e79c88157c47ff04e1363be2f0452d89fc1b89c","kind":"commit","published_at":"2023-05-11T16:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.1/manifests"},{"name":"v1.55.0-pre2","sha":"c62b7f51e8231f2a77756b9803f97516de9af31e","kind":"commit","published_at":"2023-05-10T00:42:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre2/manifests"},{"name":"v1.52.2","sha":"ada541b1d7dcf9aaf51ec2f835a6e32ad1f382b0","kind":"commit","published_at":"2023-05-09T22:34:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.2/manifests"},{"name":"v1.54.2","sha":"8871dab19b4ab5389e28474d25cfeea61283265c","kind":"commit","published_at":"2023-05-09T16:44:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.2/manifests"},{"name":"v1.54.1","sha":"79d2b40819262763714bcdb03b9c9f0966a2bdd0","kind":"commit","published_at":"2023-05-02T04:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.1/manifests"},{"name":"v1.55.0-pre1","sha":"8c2a45c7dc2cce73c68eddf117b0c69f2503348f","kind":"commit","published_at":"2023-04-24T17:49:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.55.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.55.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.55.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.55.0-pre1/manifests"},{"name":"v1.54.0","sha":"6847e05dbb8088a918f06e2231a405942b5c002d","kind":"commit","published_at":"2023-04-13T00:26:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0/manifests"},{"name":"v1.54.0-pre2","sha":"29975a0050b088404eb8f75af505a1e74f7ab520","kind":"commit","published_at":"2023-04-06T07:05:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre2/manifests"},{"name":"v1.54.0-pre1","sha":"9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9","kind":"commit","published_at":"2023-03-29T18:05:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.54.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.54.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.54.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.54.0-pre1/manifests"},{"name":"v1.53.0","sha":"358bfb581feeda5bf17dd3b96da1074d84a6ef8d","kind":"commit","published_at":"2023-03-22T20:40:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0/manifests"},{"name":"v1.53.0-pre2","sha":"7c7712a6b08ebf1bdc18fc43dc871b47b3dffe97","kind":"commit","published_at":"2023-03-06T23:13:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre2/manifests"},{"name":"v1.47.5","sha":"02a1108007c823129e4d3fb7169d28643f5bd880","kind":"commit","published_at":"2023-02-28T18:36:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.5/manifests"},{"name":"v1.53.0-pre1","sha":"5b244b25c2b87a85781ceeecd34ce0f8e8e7e840","kind":"commit","published_at":"2023-02-21T20:03:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.53.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.53.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.53.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.53.0-pre1/manifests"},{"name":"v1.51.3","sha":"0879d3e2e96b5e51dac3c44ed05ddae7b172cd0f","kind":"commit","published_at":"2023-02-17T19:26:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.3/manifests"},{"name":"v1.52.1","sha":"c2682c64a5f8599b5690a79b50f1c9c3ef5e2433","kind":"commit","published_at":"2023-02-15T01:01:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.1/manifests"},{"name":"v1.44.1","sha":"208d6e73bd7e82aba5bdbe0e6a0eb4fa799b631e","kind":"commit","published_at":"2023-02-15T00:24:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.1/manifests"},{"name":"v1.45.3","sha":"4b12e0c372604ff2f236794b81a9690311567e99","kind":"commit","published_at":"2023-02-15T00:24:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.3/manifests"},{"name":"v1.46.7","sha":"02384e39185f109bd299eb8482306229967dc970","kind":"commit","published_at":"2023-02-15T00:24:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.7/manifests"},{"name":"v1.47.4","sha":"5ff7e744cdd6a2657e5ed07cfd8262dc2e25046e","kind":"commit","published_at":"2023-02-15T00:24:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.4/manifests"},{"name":"v1.48.4","sha":"b521d4a3177fa556df749365cc31232d06ba437a","kind":"commit","published_at":"2023-02-15T00:23:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.4/manifests"},{"name":"v1.49.3","sha":"37f03b2ab375ab185738fd144550246374c42571","kind":"commit","published_at":"2023-02-15T00:23:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.3/manifests"},{"name":"v1.50.2","sha":"0de88768ee3b0a6c75d940668c4fc7ee89dddd3b","kind":"commit","published_at":"2023-02-15T00:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.2/manifests"},{"name":"v1.51.2","sha":"2ee3216df88f21c3d108caa5fdad309585e95354","kind":"commit","published_at":"2023-02-15T00:22:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.2/manifests"},{"name":"v1.52.0","sha":"a3f10052090539cd3e19aa8e04f3bf8eceae2964","kind":"commit","published_at":"2023-02-03T20:10:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0/manifests"},{"name":"v1.48.3","sha":"5e40cbb52b941d9fd553f4d5bdefb14887f9ef80","kind":"commit","published_at":"2023-01-31T20:22:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.3/manifests"},{"name":"v1.52.0-pre2","sha":"76481879f9e2688dcdf00707c4947d28f38298f0","kind":"commit","published_at":"2023-01-23T19:20:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre2/manifests"},{"name":"v1.47.3","sha":"d61cc2be5caa755a3aabb73e22dc092a7508b2e0","kind":"commit","published_at":"2023-01-17T23:46:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.3/manifests"},{"name":"v1.52.0-pre1","sha":"d7903b10ba0ca182939e9159e704098b1a2bb257","kind":"commit","published_at":"2023-01-12T19:36:20.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.52.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.52.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.52.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.52.0-pre1/manifests"},{"name":"v1.46.6","sha":"18dda3c586b2607d8daead6b97922e59d867bb7d","kind":"commit","published_at":"2023-01-10T18:35:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.6/manifests"},{"name":"v1.49.2","sha":"0e34ec3396726ba44a7aaf752eccac0e998beaa8","kind":"commit","published_at":"2022-12-07T23:49:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.2/manifests"},{"name":"v1.51.1","sha":"0a82c02a9b817a53574994374dcff53f2e961df2","kind":"commit","published_at":"2022-11-22T23:31:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.1/manifests"},{"name":"v1.51.0","sha":"fb01bb12456d015d9e4b7b8ebf2e8a7c803e96ad","kind":"commit","published_at":"2022-11-18T23:07:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0/manifests"},{"name":"v1.51.0-pre1","sha":"74910c65e1df14b3068a19d2dc1e1667fd979f13","kind":"commit","published_at":"2022-11-10T23:49:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.51.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.51.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.51.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.51.0-pre1/manifests"},{"name":"v1.50.1","sha":"90ccf24d22b6fc909a1021ebd89fd8c838467d26","kind":"commit","published_at":"2022-10-21T07:11:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.1/manifests"},{"name":"v1.50.0","sha":"91091e3668144de9c6aa392f496bb7639f7025a7","kind":"commit","published_at":"2022-10-11T18:49:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0/manifests"},{"name":"v1.50.0-pre1","sha":"39a329193f41a13e88ddc5cbfb70af63298b337f","kind":"commit","published_at":"2022-09-29T21:32:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.50.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.50.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.50.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.50.0-pre1/manifests"},{"name":"v1.49.1","sha":"a80a8f74b8f2ff0a89b8b1d3510d14d87efa7d06","kind":"commit","published_at":"2022-09-21T01:15:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.1/manifests"},{"name":"v1.46.5","sha":"3f072f44cb8e984c09e1a5fed3d597982b54f92e","kind":"commit","published_at":"2022-09-20T02:42:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.5/manifests"},{"name":"v1.47.2","sha":"d454e49f07024de9d3a212df72bdd6d59e4553e3","kind":"commit","published_at":"2022-09-19T23:15:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.2/manifests"},{"name":"v1.48.2","sha":"5e97a6003d0e44bdf3c4234d37b9509d02bf55ea","kind":"commit","published_at":"2022-09-19T23:11:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.2/manifests"},{"name":"v1.49.0","sha":"8f8edfd04b46ee67f90454b3f6a70aa58ff82c2d","kind":"commit","published_at":"2022-09-14T01:34:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0/manifests"},{"name":"v1.49.0-pre3","sha":"48983494892c8caca77d410239e2e0cb4f3acfb0","kind":"commit","published_at":"2022-09-01T17:19:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre3/manifests"},{"name":"v1.49.0-pre2","sha":"e3aea36f66e92f30236b35017c5b7f688ec74a7f","kind":"commit","published_at":"2022-08-29T22:25:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre2/manifests"},{"name":"v1.48.1","sha":"d52ed193d11dee797c0d51dc8db06032998b33f4","kind":"commit","published_at":"2022-08-29T19:07:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.1/manifests"},{"name":"v1.49.0-pre1","sha":"a6948c176f7a1c578b8bcf0875eb62481072d731","kind":"commit","published_at":"2022-08-18T01:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.49.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.49.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.49.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.49.0-pre1/manifests"},{"name":"v1.48.0","sha":"d2054ec6c6e8abcecf0e24b0b4ee75035d80c3cc","kind":"commit","published_at":"2022-07-19T00:40:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0/manifests"},{"name":"v1.47.1","sha":"4ead675492d87c155a4b1d32a3000471f0468167","kind":"commit","published_at":"2022-07-11T23:28:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.1/manifests"},{"name":"v1.46.4","sha":"a672e22bd1e10b3ff2a91aaae5aee3a65cc95bfe","kind":"commit","published_at":"2022-07-06T18:24:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.4/manifests"},{"name":"v1.48.0-pre1","sha":"4c51abf12053e3c43a62059c693322ea992b35ce","kind":"commit","published_at":"2022-07-05T18:23:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.48.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.48.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.48.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.48.0-pre1/manifests"},{"name":"v1.47.0","sha":"2717aa8c9b768de99c811628af4e8c30d6c2da4f","kind":"commit","published_at":"2022-06-21T20:39:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0/manifests"},{"name":"v1.47.0-pre1","sha":"1d5874296cc0f35ae899ddf9e7219cf104b8d1ba","kind":"commit","published_at":"2022-06-15T23:28:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.47.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.47.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.47.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.47.0-pre1/manifests"},{"name":"v1.46.3","sha":"53d69cc581c5b7305708587f4f1939278477c28a","kind":"commit","published_at":"2022-05-19T21:15:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"0172cd96f6de8b321d3a2ef9a3f1abe6e157c7ae","kind":"commit","published_at":"2022-05-16T17:00:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"d0f397841a3d8d07193ee140e1d6ea273949785a","kind":"commit","published_at":"2022-05-10T07:13:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"0da56bcc0e42a9e288d7511ed8426b9831ffbfb5","kind":"commit","published_at":"2022-05-03T18:28:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0/manifests"},{"name":"v1.46.0-pre2","sha":"730599bd5b68f12436907cd96ab3fb20579734e7","kind":"commit","published_at":"2022-04-21T19:21:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre2/manifests"},{"name":"v1.46.0-pre1","sha":"4d118154a936ca1fc72c1cc08445bc37ddb45388","kind":"commit","published_at":"2022-04-15T23:09:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.46.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.46.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.46.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.46.0-pre1/manifests"},{"name":"v1.45.2","sha":"b39ffcc425ea990a537f98ec6fe6a1dcb90470d7","kind":"commit","published_at":"2022-04-08T22:51:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"1c159689ceda2c408f7f9d97d96a264c9521b806","kind":"commit","published_at":"2022-04-01T20:14:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"494b08ada4009ead0d0b70e44d354be72f9c283a","kind":"commit","published_at":"2022-03-18T17:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0/manifests"},{"name":"v1.45.0-pre1","sha":"efe1fc795d989d2f55f85aaa0e7db43b4a63e5bc","kind":"commit","published_at":"2022-03-09T23:09:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.45.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.45.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.45.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.45.0-pre1/manifests"},{"name":"v1.44.0","sha":"591d56e1300b6d11948e1b821efac785a295989c","kind":"commit","published_at":"2022-02-11T09:57:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0/manifests"},{"name":"v1.43.2","sha":"dc78581af30da834b7b95572f109bf6c708686e0","kind":"commit","published_at":"2022-01-26T18:24:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.2/manifests"},{"name":"v1.44.0-pre2","sha":"5f79922be07a4a8f9a7b4b2bb433c0fb884cca2a","kind":"commit","published_at":"2022-01-26T08:49:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre2/manifests"},{"name":"v1.44.0-pre1","sha":"adca6fb394aec5e121b94aae1678aa540f61dc26","kind":"commit","published_at":"2022-01-20T08:36:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.44.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.44.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.44.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.44.0-pre1/manifests"},{"name":"v1.43.0","sha":"b0f37a22bbae12a4b225a88be6d18d5e41dce881","kind":"commit","published_at":"2021-12-16T19:33:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0/manifests"},{"name":"v1.43.0-pre1","sha":"c94d88ffc81faa53987925a7f0b9d9be1a30f00f","kind":"commit","published_at":"2021-12-06T17:49:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.43.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.43.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.43.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.43.0-pre1/manifests"},{"name":"v1.42.0","sha":"11f00485aa5ad422cfe2d9d90589158f46954101","kind":"commit","published_at":"2021-11-16T23:39:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0/manifests"},{"name":"v1.42.0-pre1","sha":"798b955905ecd2bd04bb7e239a632a1bd3977f37","kind":"commit","published_at":"2021-11-04T22:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.42.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.42.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.42.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.42.0-pre1/manifests"},{"name":"v1.41.1","sha":"635693ce624f3b3a89e5a764f0664958ef08b2b9","kind":"commit","published_at":"2021-10-19T20:14:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"fc662b7964384b701af5bd3ce6994d2180080eb4","kind":"commit","published_at":"2021-09-25T02:33:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0/manifests"},{"name":"v1.41.0-pre2","sha":"0a97f4cbb9b30c438f54832e85d3ea17c2aba2ca","kind":"commit","published_at":"2021-09-18T15:17:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre2/manifests"},{"name":"v1.41.0-pre1","sha":"46257815d4ec14d0de8ad68a6f11884a1a5027a1","kind":"commit","published_at":"2021-09-17T17:30:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.41.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.41.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.41.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.41.0-pre1/manifests"},{"name":"v1.40.0","sha":"ab6beb3f686857d687bf72e80b1fbaf7d3c3e4a4","kind":"commit","published_at":"2021-09-03T23:20:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0/manifests"},{"name":"v1.40.0-pre1","sha":"9971edd02d22ab2620a7f0b1f8f3bf96cadf481e","kind":"commit","published_at":"2021-08-21T09:10:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.40.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.40.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.40.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.40.0-pre1/manifests"},{"name":"v1.39.1","sha":"2d6b8f61cfdd1c4d2d7c1aae65a4fbf00e3e0981","kind":"commit","published_at":"2021-08-12T17:23:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"58602e20a3f3e48f24a4114c757099b25b947f7b","kind":"commit","published_at":"2021-07-20T22:39:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0/manifests"},{"name":"v1.39.0-pre1","sha":"89d4221ba9e057f7421428315a4a8fa54f60357b","kind":"commit","published_at":"2021-07-02T05:26:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.39.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.39.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.39.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.39.0-pre1/manifests"},{"name":"v1.38.1","sha":"96b73272eadc01afb5fb45b92b408c47e4387274","kind":"commit","published_at":"2021-06-19T00:53:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"54dc182082db941aa67c7c3f93ad858c99a16d7d","kind":"commit","published_at":"2021-05-20T18:43:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0/manifests"},{"name":"v1.38.0-pre1","sha":"9ceb5af3e40464a1d61fc94e7fd39a6c5957ff3c","kind":"commit","published_at":"2021-05-10T19:33:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.38.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.38.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.38.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.38.0-pre1/manifests"},{"name":"v1.37.1","sha":"8664c8334c05d322fbbdfb9e3b24601a23e9363c","kind":"commit","published_at":"2021-04-27T22:01:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"44c40ac23023b7b3dd82744372c06817cc203898","kind":"commit","published_at":"2021-04-06T22:48:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0/manifests"},{"name":"v1.37.0-pre1","sha":"842a9ec20a1e018d3921c947945b44678a841111","kind":"commit","published_at":"2021-03-29T23:31:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.37.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.37.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.37.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.37.0-pre1/manifests"},{"name":"v1.36.4","sha":"3e53dbe8213137d2c731ecd4d88ebd2948941d75","kind":"commit","published_at":"2021-03-17T19:59:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"ce05bf557ced2d311bad8ee520f9f8088f715bd8","kind":"commit","published_at":"2021-03-15T20:55:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"c3438a0c5d7bc499eb31fd4853ca72c771f758a5","kind":"commit","published_at":"2021-03-04T21:52:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"3b7f86e3516746c5f0db1947e0d65e94159bcb12","kind":"commit","published_at":"2021-03-02T19:08:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"736e3758351ced3cd842bad3ba4e2540f01bbc48","kind":"commit","published_at":"2021-02-23T21:34:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0/manifests"},{"name":"v1.36.0-pre1","sha":"3cae29de36bb0e872a038c6cc4da4a8b9d00b425","kind":"commit","published_at":"2021-02-12T18:17:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.36.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.36.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.36.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.36.0-pre1/manifests"},{"name":"v1.35.0","sha":"257d0045ab958eb767a3591c88e9d0c2bdf4b916","kind":"commit","published_at":"2021-01-19T18:07:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0/manifests"},{"name":"v1.34.1","sha":"e5276ec369342e0069f71c3354df9eac69ae3f07","kind":"commit","published_at":"2021-01-13T00:05:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.1/manifests"},{"name":"v1.35.0-pre1","sha":"a9bf88bae35692ace335c721a59b73490cfb239c","kind":"commit","published_at":"2021-01-07T06:12:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.35.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.35.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.35.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.35.0-pre1/manifests"},{"name":"v1.34.0","sha":"64c6cfc791241fe4c4ecab41cb36d01cdddb3df4","kind":"commit","published_at":"2020-12-01T19:24:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0/manifests"},{"name":"v1.34.0-pre1","sha":"d17e521694ea28346daf2a863f2ce442ae309ab7","kind":"commit","published_at":"2020-11-18T21:04:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.34.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.34.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.34.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.34.0-pre1/manifests"},{"name":"v1.33.2","sha":"ee5b762f33a42170144834f5ab7efda9d76c480b","kind":"commit","published_at":"2020-10-27T21:32:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.2/manifests"},{"name":"1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/1.33.1/manifests"},{"name":"v1.33.1","sha":"054ff69350dfea1876f388e7cf05f19d5d76bc12","kind":"commit","published_at":"2020-10-20T19:00:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"33fa8858864e21b996b1c33cc0766955da8880c6","kind":"commit","published_at":"2020-10-20T04:44:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0/manifests"},{"name":"v1.33.0-pre2","sha":"49562f6c4043b9abb4759cb2543d6ad597fdb594","kind":"commit","published_at":"2020-10-14T06:20:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre2/manifests"},{"name":"v1.33.0-pre1","sha":"104f9fe35a55d21da50e745674bb4c7b409427eb","kind":"commit","published_at":"2020-10-07T22:21:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.33.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.33.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.33.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.33.0-pre1/manifests"},{"name":"v1.32.0","sha":"414bb8322de2411eee1f4e841ff29d887bec7884","kind":"commit","published_at":"2020-09-08T21:00:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0/manifests"},{"name":"v1.32.0-pre1","sha":"0dae482743b9f2c28fcd068c30ebc21141eee4ab","kind":"commit","published_at":"2020-08-29T20:32:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.32.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.32.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.32.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.32.0-pre1/manifests"},{"name":"v1.31.1","sha":"7d7e4567625db7cfebf8969a225948097a3f9f89","kind":"commit","published_at":"2020-08-17T08:02:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"56ad644c329d90c0742a02462b2bd365ff759158","kind":"commit","published_at":"2020-08-04T20:02:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0/manifests"},{"name":"v1.31.0-pre2","sha":"33a80989ad330878ca5c9a4047b178ed9665e805","kind":"commit","published_at":"2020-07-28T23:18:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre2/manifests"},{"name":"v1.31.0-pre1","sha":"f3564bb200e7fc7d41fe5f6f11e3e3cc1804262b","kind":"commit","published_at":"2020-07-22T15:28:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.31.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.31.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.31.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.31.0-pre1/manifests"},{"name":"v1.30.2","sha":"de6defa6fff08de20e36f9168f5b277e292daf46","kind":"commit","published_at":"2020-07-17T07:26:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"786ebf69aa73eba005634e356ae78081133c855f","kind":"commit","published_at":"2020-07-07T22:18:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"9655f1f6449dca36312489f9c82560c32050af71","kind":"commit","published_at":"2020-06-22T21:04:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0/manifests"},{"name":"v1.30.0-pre1","sha":"118282682abe0e7c5dd1b167ad128815e7e00967","kind":"commit","published_at":"2020-06-05T22:54:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.30.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.30.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.30.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.30.0-pre1/manifests"},{"name":"v1.28.2","sha":"e122aae3cecae0e6be11b62fbe81eda55e662a02","kind":"commit","published_at":"2020-05-21T01:27:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.2/manifests"},{"name":"v1.29.1","sha":"7d89dbb311f049b43bda7bbf6f7d7bf1b4c24419","kind":"commit","published_at":"2020-05-21T01:19:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"d9906e4162b7f935111b1358b962615071097e05","kind":"commit","published_at":"2020-04-30T06:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.29.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.29.0/manifests"},{"name":"v1.28.1","sha":"cb81fe0dfaa424eb50de26fb7c904a27a78c3f76","kind":"commit","published_at":"2020-04-03T02:17:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"c5789be22cada39b80d70d4ace3738d62f1c0a04","kind":"commit","published_at":"2020-04-01T19:48:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0/manifests"},{"name":"v1.28.0-pre3","sha":"a14bc445d2674766525c5788a59c699970edd506","kind":"commit","published_at":"2020-03-05T01:44:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre3/manifests"},{"name":"v1.28.0-pre2","sha":"84a7b8d702df83ae321f252b9ebfdaff89205109","kind":"commit","published_at":"2020-03-03T04:34:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre2/manifests"},{"name":"v1.28.0-pre1","sha":"e869cd2ae9ae30d44c75def05e45a19b53b48fda","kind":"commit","published_at":"2020-02-27T00:20:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.28.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.28.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.28.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.28.0-pre1/manifests"},{"name":"v1.27.3","sha":"e73882dc0fcedab1ffe789e44ed6254819639ce3","kind":"commit","published_at":"2020-02-26T19:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.3/manifests"},{"name":"v1.27.2","sha":"425137634b7fb96d16b72633bc13296213af94c5","kind":"commit","published_at":"2020-02-12T06:22:46.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"be1715d82f7b32e838565631ab7ad04850bfd4ff","kind":"commit","published_at":"2020-02-07T00:16:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"8cf19cfdd840731bb31665a757fd1074e58e8ce4","kind":"commit","published_at":"2020-02-04T17:04:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0/manifests"},{"name":"v1.27.0-pre2","sha":"acd79569bff44550c87e09768e2184e91c7eb610","kind":"commit","published_at":"2020-01-28T01:24:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre2/manifests"},{"name":"v1.27.0-pre1","sha":"58423864505b559a81daff477c4a98c2f72a079f","kind":"commit","published_at":"2020-01-22T23:15:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.27.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.27.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.27.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.27.0-pre1/manifests"},{"name":"v1.26.0","sha":"de893acb6aef88484a427e64b96727e4926fdcfd","kind":"commit","published_at":"2019-12-18T01:29:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0/manifests"},{"name":"v1.26.0-pre1","sha":"f99dfed5a79f2cb56c2f1893a64776b11d80e622","kind":"commit","published_at":"2019-12-04T01:39:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.26.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.26.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.26.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.26.0-pre1/manifests"},{"name":"v1.25.0","sha":"c1d176528fd8da9dd4066d16554bcd216d29033f","kind":"commit","published_at":"2019-11-06T00:36:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0/manifests"},{"name":"v1.25.0-pre1","sha":"e6224f8fd9e4903238cebf22b9d78d09e52c378c","kind":"commit","published_at":"2019-10-24T18:56:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.25.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.25.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.25.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.25.0-pre1/manifests"},{"name":"v1.24.3","sha":"2de2e8dd8921e1f7d043e01faf7fe8a291fbb072","kind":"commit","published_at":"2019-10-22T19:05:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"85e22ef28d55f27e8efb3d5e2e43ca6f59971065","kind":"commit","published_at":"2019-10-10T15:37:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fe494ff4104b6f6a78117ab2da71d29c93053267","kind":"commit","published_at":"2019-10-03T00:13:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.1/manifests"},{"name":"v1.23.1","sha":"6a37b6696b359cb77d3ff13015234febdf9fd890","kind":"commit","published_at":"2019-09-27T21:38:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.1/manifests"},{"name":"v1.24.0","sha":"16fba7baa0a35d9028f1cd9827c907be7d97269e","kind":"commit","published_at":"2019-09-25T06:07:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0/manifests"},{"name":"v1.24.0-pre2","sha":"7e6d9901174ab23fa18eca2fec2bfcf5cee396a8","kind":"commit","published_at":"2019-09-16T17:08:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre2/manifests"},{"name":"v1.24.0-pre1","sha":"20b4c7080a07edca829cc475653eeecac5fa76c9","kind":"commit","published_at":"2019-09-10T21:13:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.24.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.24.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.24.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.24.0-pre1/manifests"},{"name":"v1.22.1","sha":"c599e6a922a80e40e24a2d3c994a6dd51046796b","kind":"commit","published_at":"2019-08-15T16:10:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.1/manifests"},{"name":"v1.23.0","sha":"7c0764918b9f33cab507ff483b4be849b0203ec4","kind":"commit","published_at":"2019-08-14T21:29:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0/manifests"},{"name":"v1.23.0-pre1","sha":"2ae2bb7abc9565ffed5f23eeb64fd4cd69c1e562","kind":"commit","published_at":"2019-08-02T16:31:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.23.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.23.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.23.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.23.0-pre1/manifests"},{"name":"v1.22.0","sha":"08fd59f039c7cf62614ab7741b3f34527af103c7","kind":"commit","published_at":"2019-07-02T18:44:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0/manifests"},{"name":"v1.22.0-pre1","sha":"35230ef8cd70d62ab94bee661b7cd641adfa805b","kind":"commit","published_at":"2019-06-19T23:21:23.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.22.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.22.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.22.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.22.0-pre1/manifests"},{"name":"v1.21.4","sha":"76a381869413834692b8ed305fbe923c0f9c4472","kind":"commit","published_at":"2019-06-07T17:39:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4/manifests"},{"name":"v1.21.4-pre1","sha":"af5b88425fe54761e75c0c7024a8faf54e3b1b75","kind":"commit","published_at":"2019-06-07T07:43:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.4-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.4-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.4-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.4-pre1/manifests"},{"name":"v1.21.3","sha":"99fd5c391a435e2677b6caa7fd25089c484a32ab","kind":"commit","published_at":"2019-06-03T22:23:18.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3/manifests"},{"name":"v1.21.3-pre1","sha":"68f0472b897f3ffb63e2393995ccadc89b209a7e","kind":"commit","published_at":"2019-06-03T17:39:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.3-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.3-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.3-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.3-pre1/manifests"},{"name":"v1.21.2","sha":"0b6ce69b97d386468b5f084dd81371dbf4b592a8","kind":"commit","published_at":"2019-05-30T06:10:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"75475f090875e737ad6909a6057c59577f0c79b1","kind":"commit","published_at":"2019-05-24T18:01:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"7569ba7a66a2b4dd93b04ad355cc401d06285ee7","kind":"commit","published_at":"2019-05-21T18:18:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0/manifests"},{"name":"v1.21.0-pre1","sha":"bfb1d98ba5eb35571a672367720a15023071f60c","kind":"commit","published_at":"2019-05-10T19:25:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.21.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.21.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.21.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.21.0-pre1/manifests"},{"name":"v1.20.1","sha":"7741e806a213cba63c96234f16d712a8aa101a49","kind":"commit","published_at":"2019-04-25T20:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14","kind":"commit","published_at":"2019-04-15T22:38:24.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0/manifests"},{"name":"v1.20.0-pre3","sha":"1b488f8361234dddf1e48369b5dc482495fb3f9b","kind":"commit","published_at":"2019-04-08T17:08:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre3/manifests"},{"name":"v1.20.0-pre2","sha":"6ab399a5a9129d4863e6cb52faf44c7ac99fdfbf","kind":"commit","published_at":"2019-04-04T01:04:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre2/manifests"},{"name":"v1.20.0-pre1","sha":"bf22ccbcac73c89b2fd860d84bd0b8b0945fde07","kind":"commit","published_at":"2019-04-01T17:04:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.20.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.20.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.20.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.20.0-pre1/manifests"},{"name":"v1.19.1","sha":"109c570727c3089fef655edcdd0dd02cc5958010","kind":"commit","published_at":"2019-03-08T20:07:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"da76faf2b882ba1e07bd52379bfb8eba8354155c","kind":"commit","published_at":"2019-02-26T16:59:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0/manifests"},{"name":"v1.19.0-pre1","sha":"801266f7dc84dd7fc7d0f663a4d28762e7cfb1aa","kind":"commit","published_at":"2019-02-13T16:39:12.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.19.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.19.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.19.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.19.0-pre1/manifests"},{"name":"v1.18.0","sha":"007b721f8045ceef4ebf418a2935ab772fbe3708","kind":"commit","published_at":"2019-01-14T22:20:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0/manifests"},{"name":"v1.18.0-pre1","sha":"16d6deee9fc68654dc599a6b21ff860d60f8396d","kind":"commit","published_at":"2019-01-04T06:14:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.18.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.18.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.18.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.18.0-pre1/manifests"},{"name":"v1.17.2","sha":"c7cc34e2d76afe67528ac5b20c5ccbe0692757e8","kind":"commit","published_at":"2018-12-14T21:31:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"eedcd2a78177b722063d924e2d401006e95d0ecd","kind":"commit","published_at":"2018-12-12T23:49:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1/manifests"},{"name":"v1.17.1-pre1","sha":"8d4f9c4654ab4b0c670527599871530e2258e76d","kind":"commit","published_at":"2018-12-06T19:46:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.1-pre1/manifests"},{"name":"v1.17.0","sha":"d6c989936c0d6fdaf481e4ac460beaebc6c57f20","kind":"commit","published_at":"2018-12-03T22:12:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0/manifests"},{"name":"v1.17.0-pre3","sha":"ff85fcadd070fba4086f67ba48b0337089acf833","kind":"commit","published_at":"2018-11-28T19:28:42.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre3/manifests"},{"name":"v1.17.0-pre2","sha":"802d89fa59f77db60ab9e27d0145f986e62dbcf7","kind":"commit","published_at":"2018-11-21T09:00:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre2/manifests"},{"name":"v1.17.0-pre1","sha":"53cfea56727b9438c3edfabe5e83ab7830aa361c","kind":"commit","published_at":"2018-11-20T02:08:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.17.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.17.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.17.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.17.0-pre1/manifests"},{"name":"v1.16.1","sha":"a933c40e679c5aef7107e7561e827cd12a1008e0","kind":"commit","published_at":"2018-11-14T00:29:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1/manifests"},{"name":"v1.16.1-pre1","sha":"0ec63bbde51b766a88e8cb67d991a107c301d0c7","kind":"commit","published_at":"2018-11-07T05:06:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.1-pre1/manifests"},{"name":"v1.16.0","sha":"98457b76ff43efa2c3edd203c14cd923734d5279","kind":"commit","published_at":"2018-10-23T04:02:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0/manifests"},{"name":"v1.16.0-pre1","sha":"bc9e9ddf9e04b1a905d51c41b1ffef5b30f2c986","kind":"commit","published_at":"2018-10-09T01:29:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.16.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.16.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.16.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.16.0-pre1/manifests"},{"name":"v1.15.1","sha":"1a60e6971f428323245a930031ad267bb3142ba4","kind":"commit","published_at":"2018-09-24T23:51:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"d2c7d4dea492b9a86a53555aabdbfa90c2b01730","kind":"commit","published_at":"2018-09-11T20:10:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0/manifests"},{"name":"v1.14.2","sha":"d3e16042d57439bf554649d110dbc61efa1d5cf7","kind":"commit","published_at":"2018-08-29T22:13:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2/manifests"},{"name":"v1.15.0-pre1","sha":"1e80f2a4b1ca41e77814306d4f0cf09d45641640","kind":"commit","published_at":"2018-08-28T01:52:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.15.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.15.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.15.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.15.0-pre1/manifests"},{"name":"v1.14.2-pre1","sha":"08bf39af7a2105699de40beb5e5646071e90afc4","kind":"commit","published_at":"2018-08-21T19:20:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.2-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.2-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.2-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.2-pre1/manifests"},{"name":"v1.14.1","sha":"d8020cb6daa87f1a3bb3b0c299bc081c4a3de1e8","kind":"commit","published_at":"2018-08-08T03:36:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"3eedb606a07738e5446ba852085f676b134ecca4","kind":"commit","published_at":"2018-08-02T06:00:03.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0/manifests"},{"name":"v1.14.0-pre2","sha":"d2867e4a24b2108e074fa36714caf4eca57399e7","kind":"commit","published_at":"2018-07-31T04:55:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre2/manifests"},{"name":"v1.14.0-pre1","sha":"f268d71c729d270614087c2bf16eb31be6afe33f","kind":"commit","published_at":"2018-07-24T21:15:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.14.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.14.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.14.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.14.0-pre1/manifests"},{"name":"v1.13.1","sha":"befc7220cadb963755de86763a04ab6f9dc14200","kind":"commit","published_at":"2018-07-12T14:40:09.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"5d57a8d09a7f7202ba8eaa56b3b88a5da05ad057","kind":"commit","published_at":"2018-06-28T00:25:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0/manifests"},{"name":"v1.13.0-pre3","sha":"c75473fcefbaa984ca9f7961345744ba81399fe0","kind":"commit","published_at":"2018-06-22T20:24:53.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre3/manifests"},{"name":"v1.13.0-pre2","sha":"8e64645b3e4f51108b790ed825dbf2352038254a","kind":"commit","published_at":"2018-06-15T21:10:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre2/manifests"},{"name":"v1.13.0-pre1","sha":"3137d59be9e476157de78016ab3f23a7d340d78f","kind":"commit","published_at":"2018-06-11T18:52:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.13.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.13.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.13.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.13.0-pre1/manifests"},{"name":"v1.12.1","sha":"ca08fd9f9b8043c6ce18071698d8d98b5b7ea1b0","kind":"tag","published_at":"2018-06-05T01:08:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"bec3b5ada2c5e5d782dff0b7b5018df646b65cb0","kind":"commit","published_at":"2018-05-15T17:10:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0/manifests"},{"name":"v1.11.1","sha":"edaa59df8cf64f4d0046e76054619d02d33456c6","kind":"commit","published_at":"2018-05-15T05:36:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1/manifests"},{"name":"v1.12.0-pre1","sha":"dbb941b3ea39ccd999fa004e032c784f12f16146","kind":"commit","published_at":"2018-05-03T23:43:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.12.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.12.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.12.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.12.0-pre1/manifests"},{"name":"v1.11.1-pre1","sha":"4bb43d39643d489350e5cab6381c578b5db9b1d5","kind":"commit","published_at":"2018-05-03T14:29:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.1-pre1/manifests"},{"name":"v1.11.0","sha":"bd44e485f69d70ca4095cea92decd98de3892aa6","kind":"commit","published_at":"2018-04-13T18:08:11.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0/manifests"},{"name":"v1.11.0-pre2","sha":"7d1499712839eccae356ee8dd5b1aac3d484d522","kind":"commit","published_at":"2018-04-10T17:39:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre2/manifests"},{"name":"v1.10.1","sha":"66b9770a8ad326c1ee0dbedc5a8f32a52a604567","kind":"commit","published_at":"2018-04-05T17:31:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1/manifests"},{"name":"v1.11.0-pre1","sha":"9eb13032102f39761ab18e60698363995966e134","kind":"commit","published_at":"2018-04-05T07:18:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.11.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.11.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.11.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.11.0-pre1/manifests"},{"name":"v1.10.1-pre1","sha":"c06c4b1f1b28bfbf150377252ba99fed0906a10f","kind":"commit","published_at":"2018-03-28T01:08:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.1-pre1/manifests"},{"name":"v1.10.0","sha":"474c5950686e3962bd339c93d27e369bf64f568f","kind":"commit","published_at":"2018-03-01T18:16:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0/manifests"},{"name":"v1.10.0-pre2","sha":"a98c569b571dd98e21ab2c0c134574ef888d78c6","kind":"commit","published_at":"2018-02-27T06:18:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre2/manifests"},{"name":"v1.10.0-pre1","sha":"5b0685b6c286489dd8cd39611e7409df09ccf52e","kind":"commit","published_at":"2018-02-23T07:11:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.10.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.10.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.10.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.10.0-pre1/manifests"},{"name":"v1.9.1","sha":"d45132a2e9246b11ddd0b70c07160076d5cbbb12","kind":"commit","published_at":"2018-02-05T23:11:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"9b075f1cc060a28306ca9f98227e01f86f7a3b91","kind":"commit","published_at":"2018-02-01T19:36:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0/manifests"},{"name":"v1.9.0-pre3","sha":"04ecc18e3a5b8de5bb7ffa20700364ad88dc16f9","kind":"commit","published_at":"2018-01-27T01:53:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre3/manifests"},{"name":"v1.8.6","sha":"f8a350e97ede2d4d6016a8b5f655d9548b30abd3","kind":"commit","published_at":"2018-01-27T00:42:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.6/manifests"},{"name":"v1.9.0-pre2","sha":"167113f420337353888e7aa7b6337087529fad90","kind":"commit","published_at":"2018-01-24T22:58:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre2/manifests"},{"name":"v1.9.0-pre1","sha":"298aa8a2d98a222a17b51ed954b52166261ca940","kind":"commit","published_at":"2018-01-19T22:16:31.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.9.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.9.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.9.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.9.0-pre1/manifests"},{"name":"v1.8.5","sha":"db68cb3652cc7697647e9934b5316d98a6ba04d1","kind":"commit","published_at":"2018-01-18T18:55:43.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.5/manifests"},{"name":"v1.8.4","sha":"77ec6c94ad58bedfdf8f28682914e9893e318be0","kind":"commit","published_at":"2018-01-09T05:01:17.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.4/manifests"},{"name":"v1.8.3","sha":"f526a2164f9c1eb816eea420f7201b8dfa278a8f","kind":"commit","published_at":"2017-12-31T20:38:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"6ec2642babab9530b19b165d429731ce5df2bb96","kind":"commit","published_at":"2017-12-20T18:21:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"4f4f5ace6c5424a22e39cbaccd485f06a0fef77f","kind":"commit","published_at":"2017-12-14T23:55:05.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea","kind":"commit","published_at":"2017-12-13T01:39:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0/manifests"},{"name":"v1.7.3","sha":"e9ef11a377c126eda69730aad1698ce2c7ddfe0a","kind":"commit","published_at":"2017-12-05T22:23:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.3/manifests"},{"name":"v1.8.0-pre2","sha":"5c96cf41ebcd67da8ea790dd8e36dd8244854bd2","kind":"commit","published_at":"2017-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.8.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.8.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.8.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.8.0-pre2/manifests"},{"name":"v1.7.2","sha":"5cf4b44fff8755edc9bdc46284d6cd270bc4a162","kind":"commit","published_at":"2017-11-02T00:41:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"279af9113481890bcc2c554c5d723c0b3c47f707","kind":"commit","published_at":"2017-10-30T23:50:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ed9929e2465f3a93d81ae45fa48ed2a82d63e831","kind":"commit","published_at":"2017-10-26T19:11:22.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.7.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.7.0/manifests"},{"name":"v1.6.7","sha":"3bfd78f353c5be1b932ba8e3edcc0e93c9130881","kind":"commit","published_at":"2017-10-19T02:10:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.7/manifests"},{"name":"v1.6.6","sha":"4ac92c69a4716a83c36718b712b75e3d6e168d92","kind":"commit","published_at":"2017-10-05T19:05:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.6/manifests"},{"name":"v1.6.5","sha":"94582910ad7f82ad447ecc72e6548cb669e4f7a9","kind":"commit","published_at":"2017-10-03T19:53:08.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.5/manifests"},{"name":"v1.6.4","sha":"bced2954c913d8d9a0ee1ece5956946dce2294ee","kind":"commit","published_at":"2017-10-02T18:57:32.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.4/manifests"},{"name":"v1.6.3","sha":"8569dedd9b015c5159afdf157a2c6c6d7082a5c9","kind":"tag","published_at":"2017-09-28T02:09:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.3/manifests"},{"name":"v1.6.2","sha":"c1d9c06402a02230cd8856824b29c58a6d0b7576","kind":"commit","published_at":"2017-09-21T19:16:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.2/manifests"},{"name":"v1.6.1","sha":"a5b571e22d8e3d06fbdecfc1a6e67a3036be536e","kind":"commit","published_at":"2017-09-12T20:30:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.1/manifests"},{"name":"v1.6.0","sha":"b45b83ca2798126781fc878f459090ab881dcdf0","kind":"commit","published_at":"2017-08-29T19:24:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0/manifests"},{"name":"v1.6.0-pre1","sha":"58f0096891c23fc598b71b7380f9cd16e952319a","kind":"commit","published_at":"2017-08-24T22:55:36.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.6.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.6.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.6.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.6.0-pre1/manifests"},{"name":"v1.4.7","sha":"29a2a533c98aa21f05c8f598ef2b47321508d5da","kind":"commit","published_at":"2017-08-21T23:25:54.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"d006cbc2edcc9d5d33ed229162adb6cfcaf327e6","kind":"commit","published_at":"2017-08-17T01:17:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"94d57629b9a2fb1ca1ec76cc3575f9ac6c595b2c","kind":"commit","published_at":"2017-08-10T03:10:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"deaf4f340407a24997cde924c29a5904ca423373","kind":"commit","published_at":"2017-08-08T19:25:35.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"b108847dd613d324ebe69438171a8808ca030acc","kind":"commit","published_at":"2017-08-05T03:36:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"5cb6a1f86129fc2833de9a27cfe174260934342b","kind":"commit","published_at":"2017-07-11T21:11:30.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"844d5940035b6d96022076f89d6602faab464390","kind":"commit","published_at":"2017-06-27T19:46:01.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"869e37346669cf6db6c1f31f0c91bae00531f1c2","kind":"commit","published_at":"2017-06-21T17:05:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0/manifests"},{"name":"v1.4.0-pre1","sha":"52bcda9fb383093845ad064c05da85f9420def0a","kind":"commit","published_at":"2017-06-06T19:54:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.4.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.4.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.4.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.4.0-pre1/manifests"},{"name":"v1.3.9","sha":"28aee694bd7d50104b57da59cec5bc1b8835675b","kind":"commit","published_at":"2017-06-05T22:04:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.9","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.9/manifests"},{"name":"v1.3.7","sha":"e680329ca2482cc98fd764219bd5bd25a9cd2f22","kind":"commit","published_at":"2017-05-30T20:17:04.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.7","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"ef2c85371dc15ce09a993410fc3313deee18df91","kind":"commit","published_at":"2017-05-25T10:41:50.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.6","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.6/manifests"},{"name":"v1.3.3","sha":"0bb3986ffa3bbb6fa1db2ca8ec5bac3ee240bc7a","kind":"tag","published_at":"2017-05-22T22:23:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.3/manifests"},{"name":"v1.3.5","sha":"866190fab7f15c5183b1b82e657c663d6baf1a35","kind":"tag","published_at":"2017-05-22T22:21:47.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"8df769fd3a89fc6b59da7b775cb3293553ab0d22","kind":"commit","published_at":"2017-05-19T23:18:40.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.4/manifests"},{"name":"v1.3.2","sha":"c80d3321d0f77bef8cfff8b32490a07c1e90a5ad","kind":"commit","published_at":"2017-05-11T17:18:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"712ea0ac870e3f2a313277978ac3e9d3fdeeca11","kind":"commit","published_at":"2017-05-05T19:52:25.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"3ef2355eaedc07f8900ad98d079448169a2a2a06","kind":"commit","published_at":"2017-04-27T20:59:19.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.3.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.3.0/manifests"},{"name":"v1.2.5","sha":"3ce5d3af799336a862b470a1d4ed3770628e52da","kind":"commit","published_at":"2017-04-20T01:35:34.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.5","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.5/manifests"},{"name":"v1.2.4","sha":"e48dd23092a58c76a1cb486846fbeea38f60af3e","kind":"commit","published_at":"2017-04-12T22:04:45.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"dc607c4ce2f476862746239a8009e048b110c9db","kind":"commit","published_at":"2017-04-07T20:30:06.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"81ff57f1c380ca7c8a727241beec5f9e7183a3fa","kind":"commit","published_at":"2017-04-04T13:41:41.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"c25267fd7dc3d549ef8aace4909c95eac9b0cca9","kind":"commit","published_at":"2017-03-29T15:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"e2cfe9df79c4eda4e376222df064c4c65e616352","kind":"commit","published_at":"2017-03-20T21:16:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0/manifests"},{"name":"v1.2.0-pre2","sha":"252205cef86c148a32d11df25a5cde2840296fe6","kind":"commit","published_at":"2017-03-17T22:38:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.2.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.2.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.2.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.2.0-pre2/manifests"},{"name":"v1.1.4","sha":"ed7d06af3eef1c27f10328c73b3ae3ab10d72b10","kind":"commit","published_at":"2017-03-02T18:19:16.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.4","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"38c8bb4a7fc8b0e9d36836d03d9af47f35447011","kind":"tag","published_at":"2017-02-24T17:16:21.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.3","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"fa301e3674a1cc786eb4dd4253a0e677f2eb68e3","kind":"commit","published_at":"2017-02-08T02:20:39.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"bb3edafea245a9780cc4c10f0b58da21e8193f38","kind":"commit","published_at":"2017-02-01T19:00:55.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"87b8195ebaefa6cc47a89631022a7849ebfcc45a","kind":"commit","published_at":"2017-01-30T22:51:48.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0/manifests"},{"name":"v1.1.0-pre1","sha":"686375b5ac2aeb3696958c4959235171aae323a5","kind":"commit","published_at":"2017-01-26T01:38:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.1.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.1.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.1.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.1.0-pre1/manifests"},{"name":"objective-c-v1.0.2","sha":"03cae8a4705a99b37e9758ae475bf94bf20d232a","kind":"commit","published_at":"2016-11-29T03:54:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.2","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.2/manifests"},{"name":"v1.0.1","sha":"6040b471bcd1d6bb05b25c126b6545180a1d3528","kind":"commit","published_at":"2016-10-27T22:05:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1/manifests"},{"name":"v1.0.1-pre1","sha":"408fc22c7011d2e8dd79f483020433d1adf6dc40","kind":"commit","published_at":"2016-10-25T00:58:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.1-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.1-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.1-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.1-pre1/manifests"},{"name":"v1.0.0","sha":"2a69139aa7f609e439c24a46754252a5f9d37500","kind":"commit","published_at":"2016-08-19T00:55:10.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0/manifests"},{"name":"v1.0.0-pre2","sha":"04132ae14a5637b5b13f639ade26ccd2502ded92","kind":"commit","published_at":"2016-08-12T17:12:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v1.0.0-pre2","html_url":"https://github.com/grpc/grpc/releases/tag/v1.0.0-pre2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v1.0.0-pre2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v1.0.0-pre2/manifests"},{"name":"objective-c-v1.0.0-pre1","sha":"5e93d3fffa5856a588cae76c61472b74e51ce469","kind":"tag","published_at":"2016-07-19T01:09:58.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/objective-c-v1.0.0-pre1","html_url":"https://github.com/grpc/grpc/releases/tag/objective-c-v1.0.0-pre1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@objective-c-v1.0.0-pre1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/objective-c-v1.0.0-pre1/manifests"},{"name":"v0.15.2","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.2","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.2/manifests"},{"name":"release-0_15","sha":"15a10b7ea262a95b5c10288f67932d5ba24ac47d","kind":"commit","published_at":"2016-07-14T06:33:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15/manifests"},{"name":"release-0_14","sha":"46a68316c1f6706ee8ba0661ea12a50bde50f410","kind":"commit","published_at":"2016-07-08T18:38:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14/manifests"},{"name":"release-0_15_1","sha":"674b30373e2d6a1e26425952805179f8d52a8c00","kind":"tag","published_at":"2016-07-02T01:01:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_1/manifests"},{"name":"release-0_14_0-objectivec-0.14.0","sha":"095172c3a52a11c42aed0150eb8dbb47186fd2a0","kind":"tag","published_at":"2016-06-30T16:56:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objectivec-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objectivec-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objectivec-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objectivec-0.14.0/manifests"},{"name":"release-0_14_0-objective-c-0.14.0","sha":"78aa9779909e580fc2f510706c80702a5deec69f","kind":"tag","published_at":"2016-06-27T20:21:28.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0-objective-c-0.14.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0-objective-c-0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0-objective-c-0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0-objective-c-0.14.0/manifests"},{"name":"v0.15.0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/v0.15.0","html_url":"https://github.com/grpc/grpc/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/v0.15.0/manifests"},{"name":"release-0_15_0","sha":"03efbd34ce64615f58007eae667b375accc6c8e6","kind":"commit","published_at":"2016-06-25T00:13:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_15_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_15_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_15_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_15_0/manifests"},{"name":"release-0_14_1","sha":"2b223977c13975648bac2f422363e1ebf83506ce","kind":"commit","published_at":"2016-05-11T18:25:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_1/manifests"},{"name":"release-0_14_0","sha":"414b6c872035f5cd7361b4a003d34eeee5a820ff","kind":"commit","published_at":"2016-05-10T07:21:49.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_14_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_14_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_14_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_14_0/manifests"},{"name":"release-0_13_0-objectivec-0.13.0","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0-objectivec-0.13.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0-objectivec-0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0-objectivec-0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0-objectivec-0.13.0/manifests"},{"name":"release-0_13","sha":"768c769acef173ef6ba4fc076e782607816c5ab9","kind":"commit","published_at":"2016-04-29T18:06:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13/manifests"},{"name":"release-0_13_1","sha":"80893242c1ee929d19e6bec5dc19a1515cd8dd81","kind":"commit","published_at":"2016-03-30T23:38:13.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_1/manifests"},{"name":"release-0_13_0","sha":"78e04bbd09f2c27c8168ce9c975c65cf1833cedb","kind":"commit","published_at":"2016-02-12T23:57:37.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_13_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_13_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_13_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_13_0/manifests"},{"name":"release-0_12_0-objectivec-0.12.0","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0-objectivec-0.12.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0-objectivec-0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0-objectivec-0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0-objectivec-0.12.0/manifests"},{"name":"release-0_12","sha":"a1a6a1009b2134b0d51011017852c6d21c4290a6","kind":"commit","published_at":"2016-01-26T17:13:59.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12/manifests"},{"name":"release-0_12_0","sha":"a9c61bc512758afab2fbc7c7635c8baf2f38a722","kind":"commit","published_at":"2016-01-14T18:55:07.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_12_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_12_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_12_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_12_0/manifests"},{"name":"release-0_11","sha":"8e269cfd62836422a27c989464e3530b231ea524","kind":"commit","published_at":"2015-11-16T22:02:52.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11/manifests"},{"name":"release-0_11_1-objectivec-0.11.1","sha":"fa69f192ff7ac197ca24a3afb2ab11a2f4b9f262","kind":"commit","published_at":"2015-09-29T21:36:38.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1-objectivec-0.11.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1-objectivec-0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1-objectivec-0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1-objectivec-0.11.1/manifests"},{"name":"release-0_11_1","sha":"4831d02cc2341ec2233ff9d9ef66fb9a86138fb7","kind":"commit","published_at":"2015-09-23T16:38:57.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_1/manifests"},{"name":"release-0_11_0","sha":"82c8f71a81b707376a72257b294fe6b6f1f5219d","kind":"commit","published_at":"2015-09-08T20:40:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_11_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_11_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_11_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_11_0/manifests"},{"name":"release-0_10","sha":"bea39f8c9df120f0524152aba1b1972971cb43f7","kind":"commit","published_at":"2015-09-03T21:23:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10/manifests"},{"name":"release-0_10_2","sha":"63a27ab72bc28219f1d022a7d92bdf586ee943d9","kind":"commit","published_at":"2015-08-27T01:34:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_2/manifests"},{"name":"release-0_10_1-node-0.10.1","sha":"d53f1f10e0cc7b85c68acb1f2b588bbcfa0a2b81","kind":"commit","published_at":"2015-08-12T18:36:27.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1-node-0.10.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1-node-0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1-node-0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1-node-0.10.1/manifests"},{"name":"release-0_10_1","sha":"7b8fd39eabc3429ce8cb5fd6b97ccb278bc2dda6","kind":"commit","published_at":"2015-07-31T02:18:33.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_1/manifests"},{"name":"release-0_10_0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0/manifests"},{"name":"release-0_10_0-objectivec-0.6.0","sha":"1199bfb27eb713fe5376786fe9f6dca71d288a5d","kind":"commit","published_at":"2015-07-10T06:10:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_10_0-objectivec-0.6.0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_10_0-objectivec-0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_10_0-objectivec-0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_10_0-objectivec-0.6.0/manifests"},{"name":"release-0_9","sha":"fdfcae2592cca61cc6d2b94a8b9a719b21271ebc","kind":"commit","published_at":"2015-06-29T18:09:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9/manifests"},{"name":"release-0_9_1-node-0.9.2","sha":"0ca9acbafc47351ba563bb0b126eb2e2a9f7c5c8","kind":"commit","published_at":"2015-06-12T19:53:51.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-node-0.9.2","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-node-0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-node-0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-node-0.9.2/manifests"},{"name":"release-0_9_1-objectivec-0.5.1","sha":"669c139a4a41eaca7bff52071510258e65274de7","kind":"commit","published_at":"2015-06-02T23:59:00.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1-objectivec-0.5.1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1-objectivec-0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1-objectivec-0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1-objectivec-0.5.1/manifests"},{"name":"release-0_9_1","sha":"1528ba54d71ab477266c9ff4235446445d5de1c1","kind":"commit","published_at":"2015-06-02T23:45:02.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_1","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_1/manifests"},{"name":"release-0_9_0","sha":"5f56f462ecfeaad123f1a52b52e9edb754391a17","kind":"commit","published_at":"2015-05-27T01:04:29.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_9_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_9_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_9_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_9_0/manifests"},{"name":"release-0_6_0","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6_0/manifests"},{"name":"release-0_6","sha":"bc83a5ea0e5302dc103174e680976704c8639fb3","kind":"commit","published_at":"2015-04-07T18:15:26.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_6","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_6/manifests"},{"name":"release-0_5","sha":"b7d7095283ebbce98475c5e74162c151a333c07a","kind":"commit","published_at":"2015-03-24T17:31:14.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5/manifests"},{"name":"release-0_5_0","sha":"62d637c16383b63f084dbdd230791fac9727175e","kind":"commit","published_at":"2015-02-26T00:56:56.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release-0_5_0","html_url":"https://github.com/grpc/grpc/releases/tag/release-0_5_0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release-0_5_0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release-0_5_0/manifests"},{"name":"release_test","sha":"7aef9e60f373c899604363e617baaed5b37a154f","kind":"commit","published_at":"2015-02-23T19:50:15.000Z","download_url":"https://codeload.github.com/grpc/grpc/tar.gz/release_test","html_url":"https://github.com/grpc/grpc/releases/tag/release_test","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/grpc/grpc@release_test","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/tags/release_test/manifests"}]},"repo_metadata_updated_at":"2026-08-15T23:02:24.300Z","dependent_packages_count":0,"downloads":6616,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":26.92894877930773,"dependent_repos_count":7.006436066822623,"dependent_packages_count":20.71589595706455,"stargazers_count":0.012095772364102362,"forks_count":0.006047886182051181,"docker_downloads_count":null,"average":10.933884892348212},"purl":"pkg:nuget/grpc.cpp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/grpc.cpp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/grpc.cpp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/grpc.cpp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T15:24:40.063Z","issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26367351.24568528,"avg_time_to_close_pull_request":2156836.200366594,"issues_closed_count":982,"pull_requests_closed_count":8729,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.223119950279677,"avg_comments_per_pull_request":0.5867845509539321,"merged_pull_requests_count":2705,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1027,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1169688.6011904762,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8529698149951315,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":441,"past_year_merged_pull_requests_count":197,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"drfloob","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/grpc.cpp/codemeta","maintainers":[{"uuid":"mrapavy","login":"mrapavy","name":null,"email":null,"url":null,"packages_count":8,"html_url":"https://www.nuget.org/profiles/mrapavy","role":null,"created_at":"2022-11-18T19:58:39.621Z","updated_at":"2022-11-18T19:58:39.621Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/mrapavy/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":839756,"maintainers_count":114126,"namespaces_count":0,"keywords_count":173538,"github":"nuget","metadata":{"funded_packages_count":32004,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-08-15T05:03:18.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}}],"commits":{"id":3219,"full_name":"grpc/grpc","default_branch":"master","total_commits":41335,"total_committers":1088,"total_bot_commits":66,"total_bot_committers":2,"mean_commits":37.99172794117647,"dds":0.8207572275311479,"past_year_total_commits":1609,"past_year_total_committers":126,"past_year_total_bot_commits":9,"past_year_total_bot_committers":1,"past_year_mean_commits":12.76984126984127,"past_year_dds":0.8166563082660037,"last_synced_at":"2026-08-15T23:01:24.086Z","last_synced_commit":"6d54d63fb13c91e7f28987253f8f679a5521f1a3","created_at":"2023-03-07T09:16:50.860Z","updated_at":"2026-08-15T23:01:22.463Z","committers":[{"name":"Craig Tiller","email":"ctiller@google.com","login":"ctiller","count":7409},{"name":"Jan Tattermusch","email":"jtattermusch@google.com","login":"jtattermusch","count":3690},{"name":"Mark D. Roth","email":"roth@google.com","login":"markdroth","count":2178},{"name":"Yash Tibrewal","email":"yashkt@google.com","login":"yashykt","count":1580},{"name":"Muxi Yan","email":"mxyan@google.com","login":null,"count":1369},{"name":"murgatroid99","email":"mlumish@google.com","login":"murgatroid99","count":1289},{"name":"Vijay Pai","email":"vpai@google.com","login":"vjpai","count":1259},{"name":"Lidi Zheng","email":"lidiz@google.com","login":"lidizheng","count":1070},{"name":"David Garcia Quintas","email":"dgq@google.com","login":"dgquintas","count":1045},{"name":"Esun Kim","email":"veblush@google.com","login":"veblush","count":973},{"name":"yang-g","email":"yangg@google.com","login":"yang-g","count":963},{"name":"Richard Belleville","email":"rbellevi@google.com","login":"gnossen","count":840},{"name":"ncteisen","email":"ncteisen@gmail.com","login":"ncteisen","count":834},{"name":"Nicolas \"Pixel\" Noble","email":"pixel@nobis-crew.org","login":"nicolasnoble","count":763},{"name":"Alexander Polcyn","email":"apolcyn@google.com","login":"apolcyn","count":725},{"name":"Tanvi Jagtap","email":"139093547+tanvi-jagtap","login":"tanvi-jagtap","count":721},{"name":"AJ Heller","email":"hork@google.com","login":"drfloob","count":595},{"name":"Sree Kuchibhotla","email":"sreek@google.com","login":"sreecha","count":571},{"name":"Jorge Canizales","email":"jcanizales@google.com","login":"jcanizales","count":553},{"name":"Yuchen Zeng","email":"zyc@google.com","login":"y-zeng","count":508},{"name":"Stanley Cheung","email":"stanleycheung@google.com","login":"stanley-cheung","count":500},{"name":"Mehrdad Afshari","email":"mmx@google.com","login":"mehrdada","count":413},{"name":"Tim Emiola","email":"temiola@google.com","login":null,"count":342},{"name":"Sergii Tkachenko","email":"sergiitk@google.com","login":"sergiitk","count":310},{"name":"Karthik Ravi Shankar","email":"karthikrs@google.com","login":"karthikravis","count":294},{"name":"Nathaniel Manista","email":"nathaniel@google.com","login":"nathanielmanistaatgoogle","count":285},{"name":"Ken Payson","email":"kpayson@google.com","login":"kpayson64","count":281},{"name":"Eric Gribkoff","email":"ericgribkoff@google.com","login":"ericgribkoff","count":277},{"name":"Vignesh Babu","email":"vigneshbabu@google.com","login":"Vignesh2208","count":265},{"name":"Donna Dionne","email":"donnadionne@google.com","login":"donnadionne","count":256},{"name":"Julien Boeuf","email":"jboeuf@google.com","login":"jboeuf","count":236},{"name":"Akshit Patel","email":"akshitpatel@google.com","login":"ac-patel","count":210},{"name":"Matt Kwong","email":"mattkwong@google.com","login":"matt-kwong","count":190},{"name":"Masood Malekghassemi","email":"atash@google.com","login":"soltanmm-google","count":184},{"name":"Hannah Shi","email":"hannahshisfb@gmail.com","login":"HannahShiSFB","count":184},{"name":"Juanli Shen","email":"juanlishen@google.com","login":"AspirinSJL","count":180},{"name":"Makarand Dharmapurikar","email":"makarandd@google.com","login":"makdharma","count":177},{"name":"Xuan Wang","email":"xuanwn@google.com","login":"XuanWang-Amos","count":173},{"name":"Matthew Stevenson","email":"mattstev@google.com","login":"matthewstevenson88","count":172},{"name":"Eugene Ostroukhov","email":"eostroukhov@google.com","login":"eugeneo","count":166},{"name":"Adele Zhou","email":"adelez@google.com","login":"adelez","count":159},{"name":"Soheil Hassas Yeganeh","email":"soheil@google.com","login":"soheilhy","count":136},{"name":"Masood Malekghassemi","email":"soltanmm","login":"soltanmm","count":135},{"name":"Rishesh Agarwal","email":"rishesh@google.com","login":"rishesh007","count":133},{"name":"Hope Casey-Allen","email":"hcaseyal@google.com","login":"hcaseyal","count":132},{"name":"Alisha Nanda","email":"alishananda@google.com","login":"ananda1066","count":130},{"name":"Yijie Ma","email":"yijiem@google.com","login":"yijiem","count":125},{"name":"Bill Feng","email":"yfen@google.com","login":"billfeng327","count":115},{"name":"Cheng-Yu Chung","email":"chengyuc@google.com","login":"ralphchung","count":112},{"name":"Srini Polavarapu","email":"psrini@google.com","login":"srini100","count":102},{"name":"Alistair Veitch","email":"aveitch@google.com","login":"a-veitch","count":101},{"name":"Na-Na Pang","email":"ladynana@google.com","login":"nanahpang","count":97},{"name":"Lisa Carey","email":"lcarey@google.com","login":"LisaFC","count":91},{"name":"Yihua Zhang","email":"yihuaz@google.com","login":"yihuazhang","count":90},{"name":"Eric Anderson","email":"ejona@google.com","login":"ejona86","count":90},{"name":"Nicolas Noble","email":"nnoble@google.com","login":null,"count":90},{"name":"Yunjia Wang","email":"yunjiaw@google.com","login":"yunjiaw26","count":86},{"name":"yuanweiz","email":"weizheyuan@google.com","login":"yuanweiz","count":84},{"name":"Muxi Yan","email":"muxi","login":"muxi","count":81},{"name":"Paulo Castello da Costa","email":"6579971+paulosjca","login":"paulosjca","count":81},{"name":"Ashesh Vidyut","email":"asheshvidyut@google.com","login":"asheshvidyut","count":79},{"name":"jiangtaoli2016","email":"jiangtao@google.com","login":null,"count":79},{"name":"Pawan Bhardwaj","email":"bpawan@google.com","login":"pawbhard","count":78},{"name":"Tony Lu","email":"tonyzhehaolu@google.com","login":null,"count":77},{"name":"Yousuk Seung","email":"ysseung@google.com","login":"yousukseung","count":77},{"name":"Menghan Li","email":"menghanl@google.com","login":"menghanl","count":76},{"name":"Ming-Chuan","email":"mingcl@google.com","login":"sifmelcara","count":71},{"name":"Prashant Jaikumar","email":"pjaikumar@google.com","login":"rmstar","count":70},{"name":"Robbie Shade","email":"rjshade@google.com","login":"rjshade","count":69},{"name":"ZhouyihaiDing","email":"ddyihai@google.com","login":"ZhouyihaiDing","count":65},{"name":"David Klempner","email":"klempner@google.com","login":"dklempner","count":65},{"name":"Gregory Cooke","email":"gregorycooke@google.com","login":"gtcooke94","count":64},{"name":"Ashitha Santhosh","email":"55257063+ashithasantosh","login":"ashithasantosh","count":63},{"name":"yulin-liang","email":"yliangsysu@gmail.com","login":"yulin-liang","count":61},{"name":"thinkerou","email":"thinkerou@gmail.com","login":"thinkerou","count":61},{"name":"Guantao Liu","email":"guantaol@google.com","login":"guantaol","count":59},{"name":"Denny C. Dai","email":"dennycd@google.com","login":"dennycd","count":57},{"name":"Arjun Roy","email":"arjunroy@google.com","login":"arjunroy","count":56},{"name":"ZhenLian","email":"zhenlian@google.com","login":"ZhenLian","count":55},{"name":"Abhishek Kumar","email":"abhikumar@google.com","login":"a11r","count":55},{"name":"Pau Freixes","email":"pau.freixes@skyscanner.net","login":"pfreixes","count":55},{"name":"Hongwei Wang","email":"hongweiw@google.com","login":"hongweiwang","count":53},{"name":"Aananth V","email":"aananthv@google.com","login":"AananthV","count":53},{"name":"Sreenithi Sridharan","email":"ssreenithi@google.com","login":"sreenithi","count":53},{"name":"James Newton-King","email":"james@newtonking.com","login":"JamesNK","count":52},{"name":"Siddharth Nohria","email":"snohria@google.com","login":"siddharthnohria","count":51},{"name":"Yuxuan Li","email":"yuxuanli@google.com","login":"lyuxuan","count":51},{"name":"gRPC Team Bot","email":"grpc-github-bot@google.com","login":null,"count":49},{"name":"Moiz Haidry","email":"mhaidry@google.com","login":"mhaidrygoog","count":44},{"name":"Chengyuan Zhang","email":"chengyuanzhang@google.com","login":"voidzcy","count":42},{"name":"Carl Mastrangelo","email":"notcarl@google.com","login":"carl-mastrangelo","count":40},{"name":"Dan Born","email":"dborn+github@google.com","login":"daniel-j-born","count":37},{"name":"Doug Fawley","email":"dfawley@google.com","login":"dfawley","count":37},{"name":"Mariano Anaya","email":"mariano.anaya@skyscanner.net","login":null,"count":36},{"name":"Bogdan Drutu","email":"bdrutu@google.com","login":null,"count":35},{"name":"Luwei Ge","email":"lwge@google.com","login":"rockspore","count":34},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":34},{"name":"github-actions[bot]","email":"41898282+github-actions[bot]","login":"github-actions[bot]","count":32},{"name":"Wanlin Du","email":"67486458+wanlin31","login":"wanlin31","count":31},{"name":"mgravell","email":"marc.gravell@gmail.com","login":"mgravell","count":31},{"name":"Penn (Dapeng) Zhang","email":"zdapeng@google.com","login":"dapengzhang0","count":31},{"name":"Vizerai","email":"jsking@google.com","login":"Vizerai","count":31},{"name":"Siddharth Rakesh","email":"sidrakesh@google.com","login":"sidrakesh93","count":30},{"name":"Micah Kornfield","email":"micahk@google.com","login":"emkornfield","count":30},{"name":"Jayant Kolhe","email":"jkolhe@google.com","login":null,"count":30},{"name":"sanjaypujare","email":"sanjaypujare","login":"sanjaypujare","count":29},{"name":"Mahak Mukhi","email":"mmukhi@google.com","login":"MakMukhi","count":28},{"name":"John Luo","email":"johluo@microsoft.com","login":null,"count":28},{"name":"Dan Zhang","email":"danzh@google.com","login":"danzh1989","count":27},{"name":"Hongyu Chen","email":"hongyu@google.com","login":null,"count":27},{"name":"Chen Wang","email":"chenw@google.com","login":null,"count":26},{"name":"yifeizhuang","email":"zivy@google.com","login":"YifeiZhuang","count":25},{"name":"Nathan Herring","email":"nherring@google.com","login":"Capstan","count":25},{"name":"tony","email":"57042389+tonydnewell","login":"tonydnewell","count":24},{"name":"Ta-Wei Tu","email":"waynetu@google.com","login":"TaWeiTu","count":23},{"name":"Easwar Swaminathan","email":"easwars@google.com","login":"easwars","count":22},{"name":"Tim Emiola","email":"tbetbetbe","login":"tbetbetbe","count":22},{"name":"Vishal Powar","email":"vishal.powar@gmail.com","login":"vishalpowar","count":22},{"name":"Naresh","email":"ghostwriternr@gmail.com","login":"ghostwriternr","count":21},{"name":"kwasimensah","email":"kmensah@google.com","login":"kwasimensah","count":21},{"name":"Patrice Chalin","email":"chalin","login":"chalin","count":21},{"name":"Arjan Singh Bal","email":"46515553+arjan-bal","login":"arjan-bal","count":20},{"name":"ganmacs","email":"ganmacs@gmail.com","login":"ganmacs","count":20},{"name":"kerbalwzy","email":"kerbalwzy@gmail.com","login":"kerbalwzy","count":20},{"name":"Yong Ni","email":"yongni@google.com","login":"yongni","count":20},{"name":"Kyle Edwards","email":"kyle.edwards@kitware.com","login":"KyleFromKitware","count":19},{"name":"Harsh Vardhan","email":"harshvd95@gmail.com","login":"hvardhanx","count":19},{"name":"kkm","email":"kkm@smartaction.com","login":null,"count":19},{"name":"Adam Michalik","email":"xyzzyz@google.com","login":"xyzzyz","count":18},{"name":"Zack Galbreath","email":"zack.galbreath@kitware.com","login":"zackgalbreath","count":18},{"name":"Wenbo Zhu","email":"wenboz@google.com","login":"wenbozhu","count":17},{"name":"Kraemer, Benjamin","email":"benjamin.kraemer@jungheinrich.de","login":"Falco20019","count":17},{"name":"Terry Wilson","email":"tmwilson@google.com","login":"temawi","count":16},{"name":"Yuki Yugui Sonoda","email":"yugui@yugui.jp","login":"yugui","count":16},{"name":"Makarand Dharmapurikar","email":"makarandd@makarand-linux.mtv.corp.google.com","login":null,"count":16},{"name":"ahedberg","email":"ahedberg@google.com","login":"ahedberg","count":16},{"name":"iamqizhao","email":"toqizhao@gmail.com","login":"iamqizhao","count":16},{"name":"Tamir Duberstein","email":"tamird@google.com","login":"tamird","count":16},{"name":"alto-ruby","email":"altorubys@gmail.com","login":"alto-ruby","count":15},{"name":"Taras Galkovskyi","email":"elimgta@google.com","login":null,"count":15},{"name":"zeliard","email":"spacesun@naver.com","login":"zeliard","count":15},{"name":"Jerry","email":"jerrycuimh@gmail.com","login":"jerrycmh","count":13},{"name":"Dan Ciruli","email":"ciruli@gmail.com","login":"oaktowner","count":13},{"name":"Kannan J","email":"kannanjgithub@google.com","login":"kannanjgithub","count":13},{"name":"Pragun Saxena","email":"pragunsaxena@google.com","login":"pragun22","count":13},{"name":"jeffreyqw","email":"49655798+jeffreyqw","login":"jeffreyqw","count":13},{"name":"Arvind Bright","email":"arvind.bright100@gmail.com","login":"arvindbr8","count":13},{"name":"Anirudh Ramachandra","email":"anramach@google.com","login":"anicr7","count":13},{"name":"siddharthshukla","email":"siddharthshukla@outlook.com","login":"thunderboltsid","count":13},{"name":"chedeti","email":"chedeti@google.com","login":null,"count":13},{"name":"makdharma","email":"","login":null,"count":13},{"name":"Chuan Ren","email":"chuanr@google.com","login":null,"count":12},{"name":"frazenshtein","email":"ivansduck@gmail.com","login":"frazenshtein","count":12},{"name":"“Mohan","email":"mohanli@google.com","login":"mohanli-ml","count":12},{"name":"Michael Larson","email":"mlarson@westernintech.com","login":null,"count":12},{"name":"Ana Salazar Maldonado","email":"anasalazar@google.com","login":null,"count":12},{"name":"Ben Beasley","email":"code@musicinmybrain.net","login":"musicinmybrain","count":11},{"name":"Qiancheng Zhao","email":"qianchengz@google.com","login":"bigfacebear","count":11},{"name":"vam","email":"vam@google.com","login":"vam-google","count":11},{"name":"Zach Reyes","email":"39203661+zasweq","login":"zasweq","count":11},{"name":"Christopher Warrington","email":"chwarr@microsoft.com","login":"chwarr","count":10},{"name":"Aadi Kapur","email":"aadik@google.com","login":"aadikapur","count":10},{"name":"Mario Emmenlauer","email":"mario@emmenlauer.de","login":"emmenlau","count":10},{"name":"Michael Bausor","email":"michaelbausor@google.com","login":"michaelbausor","count":10},{"name":"Mike Moore","email":"mike@blowmage.com","login":"blowmage","count":10},{"name":"Niraj Nepal","email":"nnepal@google.com","login":"zarinn3pal","count":10},{"name":"Paul Querna","email":"pquerna@apache.org","login":"pquerna","count":10},{"name":"Spencer Fang","email":"spencerfang@google.com","login":"zpencer","count":10},{"name":"Zhanghui Mao","email":"zhanghui.mao@skyscanner.net","login":"ZHmao","count":10},{"name":"thassss","email":"tommy@vsco.co","login":"thassss","count":10},{"name":"Christian Maurer","email":"c.maurer@gmx.at","login":"chrisse74","count":10},{"name":"Adele Zhou","email":"adelez@adelez2.mtv.corp.google.com","login":null,"count":10},{"name":"Chris Bacon","email":"chrisbacon@google.com","login":"chrisdunelm","count":10},{"name":"Ara Ayvazyan","email":"Aivazyan@microsoft.com","login":"ara-ayvazyan","count":10},{"name":"Mugur Marculescu","email":"mugurm@gmail.com","login":"mugurm","count":10},{"name":"Leifur Halldor Asgeirsson","email":"lasgeirsson@zerofail.com","login":null,"count":9},{"name":"Benjamin Peterson","email":"benjamin@engflow.com","login":"benjaminp","count":9},{"name":"Nicolas Lopez","email":"ngiraldo@google.com","login":null,"count":9},{"name":"Mike Kruskal","email":"62662355+mkruskal-google","login":"mkruskal-google","count":9},{"name":"Kristopher Wuollett","email":"klw@google.com","login":"kriswuollett","count":9},{"name":"Sourabh Singh","email":"sourabhsinghs@google.com","login":"sourabhsinghs","count":9},{"name":"krestofur","email":"83723727+krestofur","login":"krestofur","count":9},{"name":"dmaclach","email":"dmaclach@gmail.com","login":"dmaclach","count":9},{"name":"nancylucy01","email":"chennancy@google.com","login":"nancylucy01","count":8},{"name":"easy","email":"g-easy","login":"g-easy","count":8},{"name":"Donghao Qiu","email":"donghaoqiu@google.com","login":"ybbbby","count":8},{"name":"Xiao Hang","email":"rocking@google.com","login":"zsurocking","count":8},{"name":"Paul Marks","email":"pmarks@google.com","login":null,"count":8},{"name":"nmittler","email":"nathanmittler@google.com","login":null,"count":8},{"name":"Xudong Ma","email":"simonma@google.com","login":null,"count":8},{"name":"Nikolai Lifanov","email":"lifanov@FreeBSD.org","login":"lifanov","count":7},{"name":"Tamas Berghammer","email":"tberghammer@google.com","login":null,"count":7},{"name":"Ian Coolidge","email":"icoolidge@google.com","login":"iancoolidge","count":7},{"name":"Hao Nguyen","email":"haon@google.com","login":null,"count":7},{"name":"Harvey Tuch","email":"htuch@google.com","login":"htuch","count":7},{"name":"xtao","email":"vertextao@hotmail.com","login":"cybertxt","count":7},{"name":"Zgoda91","email":"dzgoda@google.com","login":"Zgoda91","count":7},{"name":"Youngchan Kim","email":"ovekyc@gmail.com","login":"ovekyc","count":7},{"name":"Akshay Kumar","email":"akshayku@microsoft.com","login":"akshayku","count":7},{"name":"Purnesh Dixit","email":"purneshdixit@google.com","login":"purnesh42H","count":7},{"name":"Mikko Rantanen","email":"jubjub@jubjubnest.net","login":"Rantanen","count":7},{"name":"Tyson Roberts","email":"nall@google.com","login":"nallohki","count":7},{"name":"Stan Hu","email":"stanhu@gmail.com","login":"stanhu","count":7},{"name":"Ruslan Nigmatullin","email":"elessar@dropbox.com","login":null,"count":6},{"name":"Marcel","email":"maleo@google.com","login":"mering","count":6},{"name":"MV Shiva","email":"speakupshiva@gmail.com","login":"shivaspeaks","count":6},{"name":"Kim Bao Long","email":"longkb@vn.fujitsu.com","login":"longkb","count":6},{"name":"Jean de Klerk","email":"deklerk@google.com","login":"jeanbza","count":6},{"name":"Ivan Posva","email":"iposva@google.com","login":"iposva-google","count":6},{"name":"Eric Richardson","email":"ewr@squareup.com","login":"ewr","count":6},{"name":"Nathan Baulch","email":"nathan.baulch@gmail.com","login":"NathanBaulch","count":6},{"name":"SataQiu","email":"qiushida@beyondcent.com","login":"SataQiu","count":6},{"name":"Kun Zhang","email":"zhangkun@google.com","login":"zhangkun83","count":6},{"name":"Larry Safran","email":"107004254+larry-safran","login":"larry-safran","count":6},{"name":"Ganesh T N","email":"tnganesh@live.com","login":"ganesh-tn","count":6},{"name":"Garrett Casto","email":"gcasto@chromium.org","login":null,"count":5},{"name":"allen clement","email":"agc@google.com","login":"agc-sec","count":5},{"name":"erm-g","email":"110920239+erm-g","login":"erm-g","count":5},{"name":"ericsalo","email":"93227906+ericsalo","login":"ericsalo","count":5},{"name":"aslam ansari","email":"aslam.ansari678@gmail.com","login":"aslam9691","count":5},{"name":"Michael Wang","email":"mywang@google.com","login":"michaelywg","count":5},{"name":"Adam Cozzette","email":"acozzette@google.com","login":"acozzette","count":5},{"name":"Kshitij","email":"56171085+stunner-07","login":"stunner-07","count":5},{"name":"Abhishek Agrawal","email":"81427947+AgraVator","login":"AgraVator","count":5},{"name":"Chad Wilson","email":"chadw@thoughtworks.com","login":"chadlwilson","count":5},{"name":"Carlos O'Ryan","email":"coryan@google.com","login":"coryan","count":5},{"name":"Tommy Chen","email":"toc007@ucsd.edu","login":"toc007","count":5},{"name":"Romain Geissler @ Amadeus","email":"romain.geissler@amadeus.com","login":"Romain-Geissler-1A","count":5},{"name":"Przemysław Sobala","email":"przemyslaw.sobala@grupawp.pl","login":"pszemus","count":5},{"name":"Piotr Pietraszkiewicz","email":"ppietrasa@gmail.com","login":"ppietrasa","count":5},{"name":"Nate Kibler","email":"nkibler@google.com","login":"nkibler","count":5},{"name":"Michael Behr","email":"mkbehr@google.com","login":"mkbehr","count":5},{"name":"Konstantin Varlamov","email":"varconst@google.com","login":"var-const","count":5},{"name":"Konstantin Podsvirov","email":"konstantin@podsvirov.pro","login":"podsvirov","count":5},{"name":"Jon Skeet","email":"jonskeet@google.com","login":"jskeet","count":5},{"name":"Eryu Xia","email":"eryu@google.com","login":"sampajano","count":5},{"name":"Alok Kumar","email":"kumaralok@google.com","login":"kumaralokgithub","count":5},{"name":"Carter Sande","email":"carter.sande@duodecima.technology","login":"cartr","count":5},{"name":"Dan Wittmer","email":"wittmer@google.com","login":"dwittmer","count":5},{"name":"Benny Wong","email":"benny@bwong.net","login":"bdotdub","count":5},{"name":"Yannic","email":"contact@yannic-bonenberger.com","login":"Yannic","count":4},{"name":"Raul Silvera","email":"rsilvera@google.com","login":"rauls5382","count":4},{"name":"zhungxd","email":"zhungxd@126.com","login":"zhungxd","count":4},{"name":"y-yagi","email":"yuuji.yaginuma@gmail.com","login":"y-yagi","count":4},{"name":"chentanjun","email":"2799194073@qq.com","login":"tanjunchen","count":4},{"name":"Lizan Zhou","email":"zlizan@google.com","login":"lizan","count":4},{"name":"Tatsuhiro Tsujikawa","email":"tatsuhiro.t@gmail.com","login":"tatsuhiro-t","count":4},{"name":"weiyongji","email":"232589621@qq.com","login":"weiyongji","count":4},{"name":"nipil","email":"nipil","login":"nipil","count":4},{"name":"h-vetinari","email":"h.vetinari@gmx.com","login":"h-vetinari","count":4},{"name":"Ben Sykes","email":"ben@bensykes.com","login":"bsyk","count":4},{"name":"Eric Dobson","email":"endobson@google.com","login":"endobson","count":4},{"name":"Michael Jarrett","email":"mjarrett@google.com","login":"msjarrett","count":4},{"name":"Laramie Leavitt","email":"lar@google.com","login":"laramiel","count":4},{"name":"Keith Smiley","email":"keithbsmiley@gmail.com","login":"keith","count":4},{"name":"Keith Moyer","email":"kmoy@google.com","login":"KeithMoyer","count":4},{"name":"Dan Kegel","email":"dank@kegel.com","login":"dankegel","count":4},{"name":"Alexandre Detiste","email":"alexandre.detiste@gmail.com","login":"a-detiste","count":4},{"name":"Ben Reed","email":"benreed@google.com","login":"codeblooded","count":4},{"name":"Misha Brukman","email":"mbrukman@google.com","login":"mbrukman","count":4},{"name":"Michael Darakananda","email":"pongad@google.com","login":"pongad","count":4},{"name":"Masaki Hara","email":"hara@wantedly.com","login":"qnighy","count":4},{"name":"Marcin Wyszynski","email":"marcin.pixie@gmail.com","login":"marcinwyszynski","count":4},{"name":"Loo Rong Jie","email":"loorongjie@gmail.com","login":"rongjiecomputer","count":4},{"name":"dpcollins-google","email":"40498610+dpcollins-google","login":"dpcollins-google","count":4},{"name":"Vishwanath Sastry","email":"sastryv@google.com","login":"sastryvp","count":4},{"name":"Tim Hughes","email":"thughes@thegoldfish.org","login":"timhughes","count":4},{"name":"Thomas Voß","email":"thomas.voss.bochum@gmail.com","login":"vosst","count":4},{"name":"Thomas Köppe","email":"tkoeppe@google.com","login":"tkoeppe","count":4},{"name":"Thomas Bechtold","email":"tbechtold@suse.com","login":"toabctl","count":4},{"name":"Ming Zhao","email":"mzhao@luminatewireless.com","login":"mzhaom","count":4},{"name":"Perumaal S","email":"perumaal@chromium.org","login":null,"count":4},{"name":"Chilledheart","email":"rwindz0@gmail.com","login":null,"count":4},{"name":"Alex Merry","email":"alex.merry@kde.org","login":null,"count":4},{"name":"Ning Ren","email":"ningr@google.com","login":null,"count":4},{"name":"Vijay Pai","email":"vpai@ubivpai.dls.corp.google.com","login":null,"count":4},{"name":"Takuto Ikuta","email":"tikuta@chromium.org","login":null,"count":4},{"name":"Steven Wang","email":"steven.l.wang@linux.intel.com","login":null,"count":4},{"name":"Seongjin Cho","email":"sjcho@wisefour.com","login":null,"count":4},{"name":"kailashs","email":"kailashs@google.com","login":null,"count":4},{"name":"siddharthshukla","email":"s.shukla@jacobs-university.de","login":null,"count":4},{"name":"josh","email":"jwpowell055@gmail.com","login":null,"count":4},{"name":"tzik","email":"mail@tzik.jp","login":"tzik","count":4},{"name":"David Chamberlin","email":"david.chamberlin@gs.com","login":"dawidcha","count":4},{"name":"eshitachandwani","email":"59800922+eshitachandwani","login":"eshitachandwani","count":4},{"name":"Justin Burke","email":"burkej@google.com","login":"justinburke","count":3},{"name":"Kevin Freeman","email":"klfreeman@avaya.com","login":"klfreeman","count":3},{"name":"Mario Jones Vimal","email":"mariostephen@google.com","login":"mario-vimal","count":3},{"name":"Kuang-che Wu","email":"kcwu@chromium.org","login":"kcwu","count":3},{"name":"aeitzman","email":"12433791+aeitzman","login":"aeitzman","count":3},{"name":"Alessio Buraggina","email":"aburaggina@google.com","login":"tdbhacks","count":3},{"name":"Garret Kelly","email":"gdk@google.com","login":"gkelly","count":3},{"name":"Garrett Casto","email":"gcasto@google.com","login":"gcasto","count":3},{"name":"Jakob Roland Andersen","email":"jakobr@google.com","login":"jakobr-google","count":3},{"name":"Leon Ziyang Zhang","email":"leonzz@google.com","login":"leonzz","count":3},{"name":"Leonardo Pistone","email":"lepistone@spotify.com","login":"lepistone","count":3},{"name":"Mao","email":"littlecvr@gmail.com","login":"LittleCVR","count":3},{"name":"Zhan Jiang","email":"zhanjiang@google.com","login":"zeromath","count":3},{"name":"Massimiliano Torromeo","email":"massimiliano.torromeo@gmail.com","login":"mtorromeo","count":3},{"name":"Joshua Haberman","email":"jhaberman@gmail.com","login":"haberman","count":3},{"name":"Maxim Bunkov","email":"bimawa@gmail.com","login":"bimawa","count":3},{"name":"Maxim Dzoba","email":"mdzoba@google.com","login":"mdzoba","count":3},{"name":"E. John Feig","email":"john@ejf.io","login":"emil10001","count":3},{"name":"David Symonds","email":"dsymonds@golang.org","login":"dsymonds","count":3},{"name":"David Benjamin","email":"davidben@google.com","login":"davidben","count":3},{"name":"Christian Svensson","email":"blue@cmd.nu","login":"bluecmd","count":3},{"name":"Chris Kennelly","email":"ckennelly@google.com","login":"ckennelly","count":3},{"name":"Fabian Holler","email":"fabian.holler@simplesurance.de","login":"fho","count":3},{"name":"Mathieu Leenhardt","email":"mathieu.leenhardt@gmail.com","login":"mleenhardt","count":3},{"name":"Ben Wolsieffer","email":"benwolsieffer@gmail.com","login":"lopsided98","count":3},{"name":"James Eady","email":"jmeady@google.com","login":"jeady","count":3},{"name":"Anitha24597","email":"anithakabbur24597@gmail.com","login":"Anitha24597","count":3},{"name":"Brad Smith","email":"brad@comstyle.com","login":"brad0","count":3},{"name":"Adrian Imboden","email":"adi@thingdust.com","login":"adrianimboden","count":3},{"name":"Anthonios Partheniou","email":"partheniou@google.com","login":"parthea","count":3},{"name":"Dan Rosart","email":"torgen@google.com","login":"Torgen","count":3},{"name":"Joe Bolinger","email":"jbolinger@google.com","login":"jbolinger","count":3},{"name":"scwhittle","email":"scwhittle","login":"scwhittle","count":3},{"name":"Matt Wilson","email":"wilson@cfht.hawaii.edu","login":"daicoden","count":3},{"name":"John Cormie","email":"jdcormie@google.com","login":"jdcormie","count":3},{"name":"Jozef Izso","email":"jozef.izso@gmail.com","login":"jozefizso","count":3},{"name":"SamareshSingh","email":"97642706+ssam18","login":"ssam18","count":3},{"name":"Ritul","email":"ritulb@google.com","login":"ritulb18","count":3},{"name":"Randy Stauner","email":"randy.stauner@shopify.com","login":"rwstauner","count":3},{"name":"Qixuan Li","email":"qixuanl@google.com","login":"qixuanl1","count":3},{"name":"Rokya","email":"rokya@google.com","login":"rock1246","count":3},{"name":"Pranjali-2501","email":"pranjalisaxena@google.com","login":"Pranjali-2501","count":3},{"name":"Peter Zhu","email":"peter@peterzhu.ca","login":"peterzhu2118","count":3},{"name":"Param Reddy","email":"param@spinorx.com","login":"spinorx","count":3},{"name":"Michael Berlin","email":"mberlin@google.com","login":"michael-berlin","count":3},{"name":"Mike Dalessio","email":"mike.dalessio@gmail.com","login":"flavorjones","count":3},{"name":"Neeraj Kashyap","email":"nkashy1@gmail.com","login":"zomglings","count":3},{"name":"Rob Earhart","email":"earhart@google.com","login":null,"count":3},{"name":"Per Grön","email":"peck@spotify.com","login":null,"count":3},{"name":"Nguyen Hai Truong","email":"truongnh@vn.fujitsu.com","login":null,"count":3},{"name":"Michael Yeh","email":"miyeh@cisco.com","login":null,"count":3},{"name":"Alexander Staubo","email":"alex@bengler.no","login":null,"count":3},{"name":"Ian Sturdy","email":"sturdy@google.com","login":null,"count":3},{"name":"Siddharth Shukla","email":"siddharth.shukla@uber.com","login":null,"count":3},{"name":"Moien Tajik","email":"moientajik@hotmail.com","login":"MoienTajik","count":3},{"name":"Zdeněk Sojma","email":"zdenek@sojma.cz","login":"zsojma","count":3},{"name":"brandonpaiz","email":"brandonpaiz","login":"brandonpaiz","count":3},{"name":"wkubiak","email":"wojtek@pineapple.works","login":"wkubiak","count":3},{"name":"Bassam Ojeil","email":"bojeil@google.com","login":"bojeil-google","count":3},{"name":"Björn Svensson","email":"bjorn.a.svensson@est.tech","login":"bjosv","count":3},{"name":"Vitaly Buka","email":"vitalybuka@google.com","login":"vitalybuka","count":3},{"name":"Ivo Ristovski List","email":"ilist@google.com","login":"comius","count":3},{"name":"Yaron Shani","email":"yaron.shani@gmail.com","login":"smulikHakipod","count":3},{"name":"pkasting","email":"pkasting@chromium.org","login":"pkasting","count":3},{"name":"Tobias Jungel","email":"tobias.jungel@gmail.com","login":"toanju","count":3},{"name":"Thomas Van Lenten","email":"thomasvl@google.com","login":"thomasvl","count":3},{"name":"Tariq Ramlall","email":"srcmake@gmail.com","login":"srcmake","count":3},{"name":"Stephan Zehetner","email":"stephan.zehetner@gmail.com","login":"szehetner","count":3},{"name":"Feso","email":"gabor.fecher@gmail.com","login":"gfecher","count":3},{"name":"Feng Li","email":"fengli@google.com","login":"fengli79","count":3},{"name":"Sheena Madan","email":"43831800+sheenaqotj","login":"sheenaqotj","count":3},{"name":"Eytan Kidron","email":"eytankidron@google.com","login":"eytankidron","count":2},{"name":"Aaron Patterson","email":"aaron.patterson@gmail.com","login":"tenderlove","count":2},{"name":"Gina Yeh","email":"ginayeh@google.com","login":"ginayeh","count":2},{"name":"Bill Clarke","email":"llib@origami.mtv.corp.google.com","login":"slash-lib","count":2},{"name":"Marek Gilbert","email":"mcg@google.com","login":"wilhuff","count":2},{"name":"Marcel Hlopko","email":"hlopko@google.com","login":"hlopko","count":2},{"name":"Benoit Daloze","email":"eregontp@gmail.com","login":"eregon","count":2},{"name":"Lindley French","email":"lindleyf@google.com","login":"LindleyF","count":2},{"name":"Lev Kandel","email":"lmakhlis@google.com","login":"evalon32","count":2},{"name":"Leonardo Saraiva","email":"vyper@maneh.org","login":"vyper","count":2},{"name":"Konstantinos Sofokleous","email":"ksophocleous@gmail.com","login":"ksophocleous","count":2},{"name":"Konstantin Pavlov","email":"kpavlov00@userver.tech","login":"kpavlov00","count":2},{"name":"Adam","email":"adam-26","login":"adam-26","count":2},{"name":"jzeferino","email":"jorgevalentzeferino@gmail.com","login":"jzeferino","count":2},{"name":"Jun Mukai","email":"mukai@google.com","login":"jmuk","count":2},{"name":"Jorjun","email":"peter@jorjun.com","login":"jorjun","count":2},{"name":"Jonas Vautherin","email":"jonas.vautherin@gmail.com","login":"JonasVautherin","count":2},{"name":"Johnny Shields","email":"johnny.shields@gmail.com","login":"johnnyshields","count":2},{"name":"Jihun Cho","email":"jihuncho@google.com","login":"creamsoup","count":2},{"name":"Jeffrey Rennie","email":"rennie@google.com","login":"SurferJeffAtGoogle","count":2},{"name":"Jeff Ching","email":"chingor@google.com","login":"chingor13","count":2},{"name":"Eduardo Caceres","email":"edu_kueyar@hotmail.com","login":"eduherminio","count":2},{"name":"Jay Lee","email":"busyjaylee@gmail.com","login":"BusyJay","count":2},{"name":"Jacob Young","email":"jacob@jacobyoung.me","login":"jryio","count":2},{"name":"Ivan Inozemtsev","email":"iinozemtsev@google.com","login":"iinozemtsev","count":2},{"name":"Igor Pylypiv","email":"igor.pylypiv@gmail.com","login":"ipylypiv","count":2},{"name":"Hung Dang","email":"hungptit@gmail.com","login":"hungptit","count":2},{"name":"Hannes Magnusson","email":"bjori@php.net","login":"bjori","count":2},{"name":"Paul Wankadia","email":"junyer@google.com","login":"junyer","count":2},{"name":"Yingwei Fan","email":"mikefan1991@gmail.com","login":"mikefan1991","count":2},{"name":"Yuan He","email":"lendage@gmail.com","login":"lenage","count":2},{"name":"Yuwei Huang","email":"yuweih@chromium.org","login":"ywh233","count":2},{"name":"Zheng SHAO","email":"axot@msn.com","login":"axot","count":2},{"name":"Zhongxian Pan","email":"panzhongxian0532@gmail.com","login":"panzhongxian","count":2},{"name":"Zoltan Kuscsik","email":"kuscsik@gmail.com","login":"zoltan-ongithub","count":2},{"name":"alex","email":"alex@thoughtmachine.net","login":"alamaison","count":2},{"name":"dapeng-mi","email":"clark_mdp@163.com","login":"dapeng-mi","count":2},{"name":"everysick","email":"s.wakeup31@gmail.com","login":"s4ichi","count":2},{"name":"ftsui","email":"ftsui@google.com","login":"ftsui","count":2},{"name":"itsemmanuelfrancis","email":"84942730+itsemmanuelfrancis","login":"itsemmanuelfrancis","count":2},{"name":"jorgbrown","email":"jorg.brown@gmail.com","login":"jorgbrown","count":2},{"name":"Brad Hess","email":"bdhess","login":"bdhess","count":2},{"name":"Rafi Kamal","email":"rafikamal93@gmail.com","login":"rafi-kamal","count":2},{"name":"Brent Shaffer","email":"betterbrent@google.com","login":"bshaffer","count":2},{"name":"Egor Suvorov","email":"yeputons@google.com","login":"yeputons","count":2},{"name":"Rafael Sales","email":"rafaelcds@gmail.com","login":"rafaelsales","count":2},{"name":"sayuprc","email":"bepdielibe+github@gmail.com","login":"sayuprc","count":2},{"name":"tomerv","email":"tomerv@gmail.com","login":"tomerv","count":2},{"name":"tpetkov","email":"tpetkov@vmware.com","login":"tpetkov-VMW","count":2},{"name":"tsunche","email":"120179255+tsunche","login":"tsunche","count":2},{"name":"Yadong","email":"yadong.qi@intel.com","login":"YadongQi","count":2},{"name":"Tim Ryan","email":"id@timryan.org","login":"tcr","count":2},{"name":"Arkadiy Shapkin","email":"arkady.shapkin@gmail.com","login":"KindDragon","count":2},{"name":"xichengliudui","email":"1693291525@qq.com","login":"xichengliudui","count":2},{"name":"xambroz","email":"rebus@seznam.cz","login":"xambroz","count":2},{"name":"walkerdu","email":"anonym_alias@163.com","login":"walkerdu","count":2},{"name":"Michael Warres","email":"mpw@google.com","login":"mpwarres","count":2},{"name":"Michal Ostrowski","email":"michal@clumio.com","login":"mostrows2","count":2},{"name":"Derek","email":"derek.r.roy@gmail.com","login":"DerekRoy","count":2},{"name":"Rob Clevenger","email":"rob@robsite.org","login":"rcleveng","count":2},{"name":"Robert Bradshaw","email":"robertwb@gmail.com","login":"robertwb","count":2},{"name":"Roman-Byshliaha-Bose","email":"132906099+Roman-Byshliaha-Bose","login":"Roman-Byshliaha-Bose","count":2},{"name":"RomantsovS","email":"romancov123@gmail.com","login":"RomantsovS","count":2},{"name":"Ronak Jain","email":"ronakjain@outlook.in","login":"jronak","count":2},{"name":"Ronnie Sahlberg","email":"ronniesahlberg@gmail.com","login":"sahlberg","count":2},{"name":"Samuel Lijin","email":"sxlijin@google.com","login":"sxlijin","count":2},{"name":"Sean Fausett","email":"sean@jellyfish.co.nz","login":"gitfool","count":2},{"name":"Stefan Hacker","email":"mail@hacst.net","login":"hacst","count":2},{"name":"Takeshi Hagikura","email":"thagikura@google.com","login":"thagikura","count":2},{"name":"macastelaz","email":"34776182+macastelaz","login":"macastelaz","count":2},{"name":"otofune","email":"otofune@gmail.com","login":"otofune","count":2},{"name":"pbatg","email":"23102240+pbatg","login":"pbatg","count":2},{"name":"Vy Nguyen","email":"oontvoo","login":"oontvoo","count":2},{"name":"Wensheng Tang","email":"sp3478@gmail.com","login":"legendtang","count":2},{"name":"Ville M. Vainio","email":"ville.vainio@basware.com","login":"vivainio","count":2},{"name":"VcamX","email":"vcamx3@gmail.com","login":"VcamX","count":2},{"name":"Uwe Kindler","email":"uwe_kindler@web.de","login":"githubuser0xFFFF","count":2},{"name":"Vyacheslav Yurkov","email":"uvv.mail@gmail.com","login":"UVV-gh","count":2},{"name":"Tyler Southard","email":"tyler.southard@tobiidynavox.com","login":"tylersouthard","count":2},{"name":"Tomasz Tarnogrodzki","email":"tarnogrodzki@google.com","login":"ttarnogrodzki","count":2},{"name":"Wayne Zhang","email":"qiwzhang@google.com","login":"qiwzhang","count":2},{"name":"Todd Poynor","email":"toddpoynor@google.com","login":"toddpoynor","count":2},{"name":"Oshiumi","email":"taichi.oshiumi.t.o@gmail.com","login":"Oshiumi","count":2},{"name":"Aidan Wolter","email":"wolter.aidan@gmail.com","login":"aidanwolter3","count":2},{"name":"Ahmed Mahdy","email":"44652453+ahmeb99","login":"ahmeb99","count":2},{"name":"Aditya Ajayshankar","email":"adityaajay@google.com","login":"aditya-1112","count":2},{"name":"Adam Czachorowski","email":"adamcz@google.com","login":"gislan","count":2},{"name":"Fred Klassen","email":"fklassen@appneta.com","login":"fklassen","count":2},{"name":"Greg Haines","email":"greghaines@google.com","login":"gresrun","count":2},{"name":"Jin","email":"qinjin@google.com","login":"BigTailWolf","count":2},{"name":"Thomas Klausner","email":"tk@giga.or.at","login":"0-wiz-0","count":2},{"name":"Benjamin Herzog","email":"pirat267@gmail.com","login":null,"count":2},{"name":"Evan Jones","email":"evan.jones@bluecore.com","login":null,"count":2},{"name":"yuangongji (A)","email":"82787816@qq.com","login":null,"count":2},{"name":"Matt Kwong","email":"mattkwong@mattkwong-macbookpro.roam.corp.google.com","login":null,"count":2},{"name":"Matthew Iselin","email":"miselin@google.com","login":null,"count":2},{"name":"Stanislav Pavlovichev","email":"pavlovichev@coccoc.com","login":null,"count":2},{"name":"Thiago C. D'Ávila","email":"thiagocavila@ufmg.br","login":null,"count":2},{"name":"Vu Cong Tuan","email":"tuanvc@vn.fujitsu.com","login":null,"count":2},{"name":"Wouter van Oortmerssen","email":"wvo@google.com","login":null,"count":2},{"name":"remi Taylor","email":"remily@google.com","login":null,"count":2},{"name":"staticdev","email":"thiagocavila@gmail.com","login":null,"count":2},{"name":"Aggelos Avgerinos","email":"evaggelos.avgerinos@gmail.com","login":"avgerin0s","count":2},{"name":"Akshay Shah","email":"akshayjshah","login":"akshayjshah","count":2},{"name":"Michael P. Nitowski","email":"mpnitowski@gmail.com","login":"mnito","count":2},{"name":"Michael Thomsen","email":"mit-mit","login":"mit-mit","count":2},{"name":"Vojtěch Boček","email":"vbocek@gmail.com","login":"Tasssadar","count":2},{"name":"Daniel Alm","email":"Daniel.Alm@ForumD.net","login":"MrMage","count":2},{"name":"Daniel Wang","email":"wonderfly@google.com","login":"wonderfly","count":2},{"name":"Paul Beusterien","email":"paulbeusterien@google.com","login":"paulb777","count":2},{"name":"Danjie Wenren","email":"danjie.wenren@gmail.com","login":"fm966mhz","count":2},{"name":"Deepak Lukose","email":"deepaklukose@google.com","login":"deepaklukose","count":2},{"name":"1524995078@qq.com","email":"51152648+OceanOfWest","login":"OceanOfWest","count":2},{"name":"Clément Péron","email":"peron.clem@gmail.com","login":"clementperon","count":2},{"name":"Clément Jean","email":"clement.jean@epitech.eu","login":"Clement-Jean","count":2},{"name":"Clemens Gruber","email":"clemensgru@gmail.com","login":"clemensg","count":2},{"name":"Christian Blichmann","email":"cblichmann@google.com","login":"cblichmann","count":2},{"name":"Chris Aniszczyk","email":"caniszczyk@gmail.com","login":"caniszczyk","count":2},{"name":"Chad Kunde","email":"Kunde21@gmail.com","login":"Kunde21","count":2},{"name":"Allan Boll","email":"allanrbo@google.com","login":"allanrbo","count":2},{"name":"Ajinkya Kulkarni","email":"kajinkya@google.com","login":"ajinkyakulkarni75","count":2},{"name":"Akanksha Trehun","email":"akankshatrehun@gmail.com","login":"magic-peach","count":2},{"name":"Akash Patel","email":"17132214+acxz","login":"acxz","count":2},{"name":"Aleksandr Dankovtsev","email":"a.dankovtsev@mail.ru","login":"Alexander1000","count":2},{"name":"Amanda Tarafa Mas","email":"atarafamas@google.com","login":"amanda-tarafa","count":2},{"name":"Andres Beltran","email":"91566611+abeltranmsft","login":"abeltranmsft","count":2},{"name":"Anna Sapek","email":"asapek@google.com","login":"annasapek","count":2},{"name":"Antony Polukhin","email":"antoshkka@gmail.com","login":"apolukhin","count":2},{"name":"Artemii Polshcha","email":"93732238+artemmiyy","login":"artemmiyy","count":2},{"name":"Junhao Li","email":"jl2922@cornell.edu","login":"jl2922","count":2},{"name":"Junsung Ko","email":"anjupiter@daum.net","login":"yayaboring","count":2},{"name":"Kim Vandry","email":"vandry@TZoNE.ORG","login":"vandry","count":2},{"name":"Sunyeop Lee","email":"sunyeop97@gmail.com","login":"qbx2","count":1},{"name":"Vincent van Dam","email":"vvandam@sandvine.com","login":null,"count":1},{"name":"nnorwitz","email":"nnorwitz@google.com","login":null,"count":1},{"name":"Akshay Kumar","email":"akshayku@corp.microsoft.com","login":null,"count":1},{"name":"Alexey Firago","email":"alexey_firago@mentor.com","login":null,"count":1},{"name":"Aaron Isotton","email":"aaronisotton@google.com","login":null,"count":1},{"name":"Yushiro FURUKAWA","email":"y.furukawa_2@jp.fujitsu.com","login":null,"count":1},{"name":"Wilson","email":"wla80@sfu.ca","login":null,"count":1},{"name":"Will Noble","email":"author@will.party","login":null,"count":1},{"name":"Patryk Lesiewicz","email":"patryk@google.com","login":null,"count":1},{"name":"Norman Link","email":"norman.link@tomra.com","login":null,"count":1},{"name":"maxwell-demon","email":"hongyu@instance-1.c.zinc-involution-796.internal","login":null,"count":1},{"name":"louiscryan","email":"Police123","login":null,"count":1},{"name":"hxcan.cai","email":"hxcan.cai@xiaoi.com","login":null,"count":1},{"name":"Tamihiro Yuzawa","email":"dead6oy@gmail.com","login":"tamihiro","count":1},{"name":"Tal Kedar","email":"tal.kedar@k2dq.com","login":"kedartal","count":1},{"name":"Takuto Ikuta","email":"atetubou@gmail.com","login":"atetubou","count":1},{"name":"T.J. Mercier","email":"thomas.mercier.jr@gmail.com","login":"tweej","count":1},{"name":"Sutou Kouhei","email":"kou@clear-code.com","login":"kou","count":1},{"name":"Rakesh Iyer","email":"rni@google.com","login":"rni-gc","count":1},{"name":"Ran Su","email":"ransu@google.com","login":"ran-su","count":1},{"name":"Ravi Prakash","email":"raviprak","login":"raviprak","count":1},{"name":"Ricardo Quesada","email":"ricardoq@google.com","login":"ricardoquesadawork","count":1},{"name":"Riccardo Magliocchetti","email":"riccardo.magliocchetti@gmail.com","login":"xrmx","count":1},{"name":"Rinat Abdullin","email":"rinat.abdullin@gmail.com","login":"abdullin","count":1},{"name":"Robert Schulze","email":"robert@clickhouse.com","login":"rschu1ze","count":1},{"name":"Robin","email":"robin@robinjint.nl","login":"robinvd","count":1},{"name":"Stephen Thorne","email":"stephen@thorne.id.au","login":"jerub","count":1},{"name":"Steven E Wright","email":"StevenEWright","login":"StevenEWright","count":1},{"name":"Stig Brautaset","email":"stig@brautaset.org","login":"stig","count":1},{"name":"Nikolai Semenov","email":"semenov.nn@phystech.edu","login":null,"count":1},{"name":"Stuart Bishop","email":"stuart.bishop@canonical.com","login":null,"count":1},{"name":"Steve Jenson","email":"stevej@buoyant.io","login":null,"count":1},{"name":"Ritesh Shukla","email":"sritesh@vmware.com","login":null,"count":1},{"name":"Rajendra Talekar","email":"rajendra@practo.com","login":null,"count":1},{"name":"Takaki Makino","email":"tmakino@google.com","login":null,"count":1},{"name":"Takashi Matsuo","email":"tmatsuo@google.com","login":null,"count":1},{"name":"Ryan Gordon","email":"ryan@quizlet.com","login":null,"count":1},{"name":"Sam Khan","email":"sammyk@google.com","login":null,"count":1},{"name":"Santosh Ananthakrishnan","email":"santosh@dropbox.com","login":null,"count":1},{"name":"Chun-Hung Hsiao","email":"chhsiao@mesosphere.io","login":null,"count":1},{"name":"Chris Trimble","email":"ctrimble@google.com","login":null,"count":1},{"name":"Chris St. Pierre","email":"chris.st.pierre@petalcard.com","login":null,"count":1},{"name":"Jun Yang","email":"jyang@google.com","login":null,"count":1},{"name":"Kaya Bekiroğlu","email":"kayab@google.com","login":null,"count":1},{"name":"Andre Medeiros","email":"me@andremedeiros.info","login":null,"count":1},{"name":"Benjamin Herzog","email":"benjamin.herzog@lovoo.com","login":null,"count":1},{"name":"Alex Amato","email":"ajamato@google.com","login":null,"count":1},{"name":"Dave MacLachlan","email":"dmaclach@google.com","login":null,"count":1},{"name":"David Cowden","email":"dcow@eero.com","login":null,"count":1},{"name":"Can Guler","email":"canguler@google.com","login":null,"count":1},{"name":"Frank Groeneveld","email":"frank@ivaldi.nl","login":null,"count":1},{"name":"Greg Haines","email":"greg@greghaines.net","login":null,"count":1},{"name":"Guangwen Feng","email":"fenggw-fnst@cn.fujitsu.com","login":null,"count":1},{"name":"James Crasta","email":"jcrasta@underarmour.com","login":null,"count":1},{"name":"Jonathan Hseu","email":"jhseu@google.com","login":null,"count":1},{"name":"Jonathan Moss","email":"jmoss@common.io","login":null,"count":1},{"name":"Manuel Kroiss","email":"makro@google.com","login":null,"count":1},{"name":"Joey Raso","email":"joeraso@google.com","login":null,"count":1},{"name":"Lev Pachmanov","email":"lev@curv.cc","login":null,"count":1},{"name":"Giang Nguyen","email":"cauthu@dropbox.com","login":null,"count":1},{"name":"Marko Bogdanović","email":"mamaveb@gmail.com","login":null,"count":1},{"name":"Nick Gordon","email":"nicholas.gordon@wework.com","login":null,"count":1},{"name":"cut4th","email":"cutforth@google.com","login":"cut4th","count":1},{"name":"dutor","email":"Gdutor@gmail.com","login":"dutor","count":1},{"name":"edmondj","email":"julien.edmond@proton.me","login":"edmondj","count":1},{"name":"Steffen Smolka","email":"smolkaj@google.com","login":"smolkaj","count":1},{"name":"Steffen Zimmermann","email":"mampfes","login":"mampfes","count":1},{"name":"Michael Rebello","email":"mrebello@lyft.com","login":"rebello95","count":1},{"name":"Michiel de Jong","email":"michiel@unhosted.org","login":"michielbdejong","count":1},{"name":"Mickaël Guérin","email":"kael@crocobox.org","login":"mgu","count":1},{"name":"Miguel Ángel","email":"CorralPeltzer","login":"CorralPeltzer","count":1},{"name":"Mikael Grimstad","email":"Leakim1991","login":"Leakim1991","count":1},{"name":"Mikhail Galanin","email":"195510+negram","login":"negram","count":1},{"name":"Mikhail Lappo","email":"miklelappo","login":"miklelappo","count":1},{"name":"Mikołaj Siedlarek","email":"mikolaj@siedlarek.pl","login":"msiedlarek","count":1},{"name":"Ming Lyu","email":"CareF.Lm@gmail.com","login":"CareF","count":1},{"name":"Mingding, Han","email":"hanmd82@gmail.com","login":"hanmd82","count":1},{"name":"Rainer Schoenberger","email":"36071440+rainerschoe","login":"rainerschoe","count":1},{"name":"Sergey Chebotarev","email":"50007587+d7d1cd","login":"d7d1cd","count":1},{"name":"suryadev99","email":"81183603+suryadev99","login":"suryadev99","count":1},{"name":"tania-m","email":"tania.mathern@gmail.com","login":"tania-m","count":1},{"name":"tongxuan.ltx","email":"tongxuan.ltx@alibaba-inc.com","login":"liutongxuan","count":1},{"name":"tuttieee","email":"t.yic.yt@gmail.com","login":"whitphx","count":1},{"name":"vcaesar","email":"vzvway@gmail.com","login":"vcaesar","count":1},{"name":"laststem","email":"laststem@gmail.com","login":"laststem","count":1},{"name":"lixin18","email":"68135097+lixin963","login":"lixin963","count":1},{"name":"mangogan-git","email":"duskyhell@gmail.com","login":"mangogan-git","count":1},{"name":"maoyangLiu","email":"liumaoyang@inspur.com","login":"maoyangLiu","count":1},{"name":"matoro","email":"matoro","login":"matoro","count":1},{"name":"mattn","email":"mattn.jp@gmail.com","login":"mattn","count":1},{"name":"maxim-babenko","email":"maxim.babenko@gmail.com","login":"maxim-babenko","count":1},{"name":"metsw24-max","email":"metsw24@gmail.com","login":"metsw24-max","count":1},{"name":"clayg","email":"clay.gerrard@gmail.com","login":"clayg","count":1},{"name":"cpsauer","email":"cpsauer","login":"cpsauer","count":1},{"name":"crewmatt","email":"merlin_692@hotmail.com","login":"crewmatt","count":1},{"name":"curiousjazz77","email":"10506008+curiousjazz77","login":"curiousjazz77","count":1},{"name":"Michael Beardsworth","email":"beardsworth@google.com","login":"mbeards","count":1},{"name":"Michael Herold","email":"opensource@michaeljherold.com","login":"michaelherold","count":1},{"name":"Michael Mercier","email":"mickours@libr.fr","login":"mickours","count":1},{"name":"Michael Nosthoff","email":"github@stresser.de","login":"heinemml","count":1},{"name":"Nobuaki Sukegawa","email":"nsukeg@gmail.com","login":"nsuke","count":1},{"name":"Nobutaka Takushima","email":"n.takushima@gmail.com","login":"nobutaka","count":1},{"name":"Nolasco Napoleão","email":"nolascoamadonapoleao@gmail.com","login":"nolasconapoleao","count":1},{"name":"Oliver Smith","email":"oliver@kfs.org","login":"kfsone","count":1},{"name":"Olivier Bellone","email":"ob@stripe.com","login":"ob-stripe","count":1},{"name":"Oscar Shi","email":"ooosssososos@hotmail.com","login":"ooosssososos","count":1},{"name":"Oskar Bunyan","email":"oskarbun@google.com","login":"OskarBun","count":1},{"name":"Pablo Busse","email":"Pablo.Busse@microsoft.com","login":"pabusse","count":1},{"name":"Paddy Byers","email":"paddy.byers@gmail.com","login":"paddybyers","count":1},{"name":"Parker Moore","email":"parkrmoore@gmail.com","login":"parkr","count":1},{"name":"Parveen Kumar","email":"sudopk@gmail.com","login":"sudopk","count":1},{"name":"Minku Lee","email":"public@premi.st","login":"premist","count":1},{"name":"Misha Efimov","email":"mef@google.com","login":"efimki","count":1},{"name":"Sergey Fedorov","email":"vital.had@gmail.com","login":"barracuda156","count":1},{"name":"Sergio Campamá","email":"kaipi@copilot.money","login":"sergiocampama","count":1},{"name":"Seth Vargo","email":"seth@sethvargo.com","login":"sethvargo","count":1},{"name":"Shane Loretz","email":"sloretz@intrinsic.ai","login":"sloretz","count":1},{"name":"Shaun McCormick","email":"splittingred@gmail.com","login":"splittingred","count":1},{"name":"Shaw","email":"784487301@qq.com","login":"xiaoxiaojx","count":1},{"name":"Shohei Kamimori","email":"jyane.kstm@gmail.com","login":"jyane","count":1},{"name":"Shota Iguchi","email":"shota-iguchi@cookpad.com","login":"iguchi1124","count":1},{"name":"Shusaku Yusa","email":"s-yusa@mercari.com","login":"shu-yusa","count":1},{"name":"Siddhesh Poyarekar","email":"siddhesh@sourceware.org","login":"siddhesh","count":1},{"name":"Sidnei da Silva","email":"sidnei","login":"sidnei","count":1},{"name":"Simon Koo","email":"cyberjam@gmail.com","login":"ujentus","count":1},{"name":"Simon Podlipsky","email":"simon@podlipsky.net","login":"simPod","count":1},{"name":"Sparkling Diva","email":"30467496+SilverBzH","login":"SilverBzH","count":1},{"name":"Stan","email":"smisiurev@gmail.com","login":"gluk-w","count":1},{"name":"Stanislav","email":"fr05t1k4@gmail.com","login":"fr05t1k","count":1},{"name":"Kukki","email":"16548543+AlienCookie","login":"AlienCookie","count":1},{"name":"Kumar Akshay","email":"k.akshay9721@gmail.com","login":"kakshay21","count":1},{"name":"Kuro1","email":"412681778@qq.com","login":"CsterKuroi","count":1},{"name":"LIU JIAN","email":"onanying@126.com","login":"onanying","count":1},{"name":"Nguyen Quang Huy","email":"huynq0911@gmail.com","login":"huynq0911","count":1},{"name":"Nicholas La Roux","email":"larouxn@gmail.com","login":"larouxn","count":1},{"name":"Nick Cooke","email":"nickcooke@google.com","login":"ncooke3","count":1},{"name":"Nick Gauthier","email":"ngauthier@gmail.com","login":"ngauthier","count":1},{"name":"Nick Hill","email":"nickhill@us.ibm.com","login":"njhill","count":1},{"name":"Nico Espinosa","email":"nicolas.espinosa@datadoghq.com","login":"Nicolas-EM","count":1},{"name":"Nico Weber","email":"thakis@chromium.org","login":"nico","count":1},{"name":"ikedam","email":"devld@ikedam.jp","login":"ikedam","count":1},{"name":"ita9naiwa","email":"ita9naiwa@gmail.com","login":"ita9naiwa","count":1},{"name":"itessier","email":"itessier@google.com","login":"itessier","count":1},{"name":"jayonlau","email":"jayonlau@gmail.com","login":"jayonlau","count":1},{"name":"jrandolf","email":"101637635+jrandolf","login":"jrandolf","count":1},{"name":"kacper-ka","email":"kkubkowski@gmail.com","login":"kacper-ka","count":1},{"name":"Gavin Lambert","email":"uecasm","login":"uecasm","count":1},{"name":"Gazihan Alankus","email":"gazialankus@gmail.com","login":"gazialankus","count":1},{"name":"Geoffrey Pruvost","email":"geoffreyp","login":"geoffreyp","count":1},{"name":"Georgy Yakovlev","email":"168902+gyakovlev","login":"gyakovlev","count":1},{"name":"Gerrit Renker","email":"grenker@aurora.tech","login":"grrtrr","count":1},{"name":"Marco Concetto Rudilosso","email":"marcoconcettorudilosso@gmail.com","login":"Maaarcocr","count":1},{"name":"Margubur Rahman","email":"margubur@google.com","login":"googlyrahman","count":1},{"name":"Mark Mandel","email":"markmandel@google.com","login":"markmandel","count":1},{"name":"Markus Heß","email":"hessi88@gmail.com","login":"hesmar","count":1},{"name":"Martin Dyring-Andersen","email":"martin@dyring-andersen.dk","login":"mdyring","count":1},{"name":"Matt Fowles Kulukundis","email":"matt.fowles@gmail.com","login":"fowles","count":1},{"name":"Matt Miller","email":"matthew6@netapp.com","login":"matthewjmiller1","count":1},{"name":"Kirill","email":"kirill@polushin.org","login":"kirpichik","count":1},{"name":"Kirill Katsnelson","email":"kkm@pobox.com","login":"kkm000","count":1},{"name":"Kislay Kishore","email":"kislayk@google.com","login":"kislaykishore","count":1},{"name":"Krasimir Georgiev","email":"krasimir@google.com","login":"krasimirgg","count":1},{"name":"Kristen Kozak","email":"sebright@google.com","login":"sebright","count":1},{"name":"Neil Cellber","email":"neilalberg@google.com","login":"neilalberg","count":1},{"name":"Neil Shen","email":"overvenus@gmail.com","login":"overvenus","count":1},{"name":"Nels Beckman","email":"nels.beckman@gmail.com","login":"nbeckman","count":1},{"name":"Nguyen Phuong An","email":"AnNP@vn.fujitsu.com","login":"annp1987","count":1},{"name":"francisco souza","email":"108725+fsouza","login":"fsouza","count":1},{"name":"gankineri","email":"123959084+gankineri","login":"gankineri","count":1},{"name":"gkarthiks","email":"github.gkarthiks@gmail.com","login":"gkarthiks","count":1},{"name":"goldenbull","email":"goldenbull@gmail.com","login":"goldenbull","count":1},{"name":"haorenfsa","email":"haorenfsa@gmail.com","login":"haorenfsa","count":1},{"name":"hedane","email":"hedanexp@qq.com","login":"hedane","count":1},{"name":"henrytien","email":"tianhangyu8886@gmail.com","login":"henrytien","count":1},{"name":"hexchain","email":"hexchain","login":"hexchain","count":1},{"name":"hongnod","email":"6680267+hongnod","login":"hongnod","count":1},{"name":"i-do-cpp","email":"62053234+i-do-cpp","login":"i-do-cpp","count":1},{"name":"igorpeshansky","email":"igorpeshansky","login":"igorpeshansky","count":1},{"name":"stdll00","email":"16006732+stdll00","login":"stdll00","count":1},{"name":"Stefan Prietl","email":"ederst","login":"ederst","count":1},{"name":"kennylong","email":"im.longkai@gmail.com","login":"longkai","count":1},{"name":"kmhamasaki","email":"khamasaki99@gmail.com","login":"kmhamasaki","count":1},{"name":"ktr","email":"ktr@syfm.me","login":"ktr0731","count":1},{"name":"Paul Petit","email":"paul.petit@cybelangel.com","login":"pollputty","count":1},{"name":"Paul Pluzhnikov","email":"ppluzhnikov@google.com","login":"EmployedRussian","count":1},{"name":"Pavel Koshelev","email":"wonderspak@gmail.com","login":"koshelevpavel","count":1},{"name":"Pavel Simó","email":"pavel.simo@gmail.com","login":"pavelsimo","count":1},{"name":"Paweł Wichary","email":"wicharypawel@gmail.com","login":"wicharypawel","count":1},{"name":"Pedro Kaj Kjellerup Nacht","email":"pedro.k.night@gmail.com","login":"pnacht","count":1},{"name":"Peter Boulos","email":"hello@pboulos.com","login":"pboulos","count":1},{"name":"Peter Collingbourne","email":"pcc@google.com","login":"pcc","count":1},{"name":"Morgan Chen","email":"morganchen12@gmail.com","login":"morganchen12","count":1},{"name":"Moritz","email":"moritz@suemmermann.de","login":"mosuem","count":1},{"name":"Moses Koledoye","email":"moseskoledoye@gmail.com","login":"mkoledoye","count":1},{"name":"Myungjun Kim","email":"niduss@gmail.com","login":"mjkim","count":1},{"name":"Nao Minami","email":"south37777@gmail.com","login":"south37","count":1},{"name":"vperus","email":"vperus@gmail.com","login":"VPeruS","count":1},{"name":"wilson","email":"wilson.wen.chn@gmail.com","login":"wilsonwen","count":1},{"name":"xiaohaoliang","email":"xiaohaoliang@outlook.com","login":"xiaohaoliang","count":1},{"name":"y.okamoto","email":"40970030+y-okamoto-1113","login":"y-okamoto-1113","count":1},{"name":"youyuanwu","email":"48816116+youyuanwu","login":"youyuanwu","count":1},{"name":"zbilun","email":"zbilun@google.com","login":"zbilun","count":1},{"name":"zhimingxie","email":"zhiming.xie@gmail.com","login":"zhimingxie","count":1},{"name":"zhoulin xie","email":"zhoulin.xie@daocloud.io","login":"JoeWrightss","count":1},{"name":"ziglerari","email":"106024097+ziglerari","login":"ziglerari","count":1},{"name":"Étienne Barrié","email":"etienne.barrie@gmail.com","login":"etiennebarrie","count":1},{"name":"モハメド","email":"12945919+iamrare","login":"iamrare","count":1},{"name":"安正超","email":"anzhengchao@gmail.com","login":"overtrue","count":1},{"name":"小么小儿郎EL","email":"littlecowherd@qq.com","login":"Littlecowherd","count":1},{"name":"苏紫辰","email":"155808914+hxaxd","login":"hxaxd","count":1},{"name":"陈雨童","email":"691503798@qq.com","login":"tuoxiansp","count":1},{"name":"mint570","email":"70396898+mint570","login":"mint570","count":1},{"name":"miyucy","email":"miyucy","login":"miyucy","count":1},{"name":"Adam Lemmon","email":"adam.lemmon@hotmail.com","login":"AdamLeMmon01","count":1},{"name":"nickylba","email":"nickylba@qq.com","login":"nickylba","count":1},{"name":"niquepolice","email":"yar-demyan@ya.ru","login":"niquepolice","count":1},{"name":"nownabe","email":"nownabe@gmail.com","login":"nownabe","count":1},{"name":"paskozdilar","email":"53006174+paskozdilar","login":"paskozdilar","count":1},{"name":"perjoh","email":"perjoh","login":"perjoh","count":1},{"name":"perumaalgoog","email":"perumaal@google.com","login":"perumaalgoog","count":1},{"name":"pythias","email":"pythias@gmail.com","login":"pythias","count":1},{"name":"randvis","email":"randvis","login":"randvis","count":1},{"name":"rburns1293","email":"98778259+rburns1293","login":"rburns1293","count":1},{"name":"ryan-gunderson","email":"73042169+ryan-gunderson","login":"ryan-gunderson","count":1},{"name":"sai-sunder-s","email":"4540365+sai-sunder-s","login":"sai-sunder-s","count":1},{"name":"sammcveety","email":"sam.mcveety@gmail.com","login":"sammcveety","count":1},{"name":"shangwu-google","email":"80001857+shangwu-google","login":"shangwu-google","count":1},{"name":"simo9000","email":"alkylate2000@gmail.com","login":"simo9000","count":1},{"name":"Tomasz Kaczkowski","email":"tomasz.kaczkowski@volue.com","login":"simia","count":1},{"name":"Tony Allevato","email":"allevato@google.com","login":"allevato","count":1},{"name":"Tom Lundell","email":"tomas.lundell@gmail.com","login":"tomlu","count":1},{"name":"Tom Ward","email":"tomwardio","login":"tomwardio","count":1},{"name":"Tony Han","email":"h.bing612@gmail.com","login":"tony612","count":1},{"name":"Toshihito Kikuchi","email":"k.toshihito@yahoo.de","login":"msmania","count":1},{"name":"Tsuyoshi Ozawa","email":"ozawa.tsuyoshi@gmail.com","login":"oza","count":1},{"name":"Tyler Rockwood","email":"rockwotj","login":"rockwotj","count":1},{"name":"Valentin","email":"GTValentine","login":"GTValentine","count":1},{"name":"Valentyn Shybanov","email":"olostan@gmail.com","login":"olostan","count":1},{"name":"Venkat S. Rao","email":"vrao423@gmail.com","login":"vrao423","count":1},{"name":"Victor Boivie","email":"victor@boivie.com","login":"boivie","count":1},{"name":"Victor Liu","email":"64788399+Liftyee","login":"Liftyee","count":1},{"name":"Victor Titor","email":"vtitor.edumix@gmail.com","login":"vtitor","count":1},{"name":"Victor Vianna","email":"victor.vianna10@gmail.com","login":"victorvianna","count":1},{"name":"Vihang Mehta","email":"vihangm","login":"vihangm","count":1},{"name":"Vince Gatto","email":"vgatto@gmail.com","login":"vgatto","count":1},{"name":"Vincent Batts","email":"vbatts@hashbangbash.com","login":"vbatts","count":1},{"name":"Vincent Tsao","email":"vtsao@openai.com","login":"vtsao-openai","count":1},{"name":"mojh7","email":"mjh79017901@gmail.com","login":"mojh7","count":1},{"name":"molto","email":"wy6269@gmail.com","login":"molto0504","count":1},{"name":"Niyas Sait","email":"niyas.sait@linaro.org","login":"niyas-sait","count":1},{"name":"Thibaut Le Guilly","email":"thibaut.leguilly@bitflyer.com","login":"tlg-bf","count":1},{"name":"Thomas Braun","email":"thomas.braun@byte-physics.de","login":"t-b","count":1},{"name":"Thomas De Schampheleire","email":"patrickdepinguin@gmail.com","login":"patrickdepinguin","count":1},{"name":"Thomas Etter","email":"etterth@gmail.com","login":"thomasetter","count":1},{"name":"Thomas Pietrzak","email":"thomas.pietrzak@gmail.com","login":"ThomasPietrzak","count":1},{"name":"Thomas Wouters","email":"thomas@python.org","login":"Yhg1s","count":1},{"name":"Thomas Zeugner","email":"tomsoftware@gmx.de","login":"tomsoftware","count":1},{"name":"Tim Gates","email":"tim.gates@iress.com","login":"timgates42","count":1},{"name":"Timo Lange","email":"tiolangit@outlook.com","login":"tiolan","count":1},{"name":"Timon Van Overveldt","email":"timonvo","login":"timonvo","count":1},{"name":"Timur Chernykh","email":"tim.cherry.co@gmail.com","login":"T3RR7","count":1},{"name":"Tobias Nyholm","email":"tobias.nyholm@gmail.com","login":"Nyholm","count":1},{"name":"Todd Derr","email":"salty@google.com","login":"mr-salty","count":1},{"name":"bithavoc","email":"im@bithavoc.io","login":"bithavoc","count":1},{"name":"bjorn","email":"uedxiong@gmail.com","login":"bjornxiong","count":1},{"name":"chai2010","email":"chaishushan@gmail.com","login":"chai2010","count":1},{"name":"Vlad Bologa","email":"vbologa@redhat.com","login":"vladbologa","count":1},{"name":"Vladimir Moskva","email":"vladmos@google.com","login":"vladmos","count":1},{"name":"WANG Lei","email":"wlbksy","login":"wlbksy","count":1},{"name":"Waket Zheng","email":"waketzheng@gmail.com","login":"waketzheng","count":1},{"name":"Walter Lee","email":"49250218+googlewalt","login":"googlewalt","count":1},{"name":"WenTao Ou","email":"owt5008137@live.com","login":"owent","count":1},{"name":"Whitney Jackson","email":"whjackson@gmail.com","login":"wjackson","count":1},{"name":"William Woodall","email":"wjwwood@google.com","login":"wjwwood","count":1},{"name":"Xiao","email":"constantine124@gmail.com","login":"XiaoConstantine","count":1},{"name":"Xiaoguang Sun","email":"sunxiaoguang@hoolai.com","login":"sunxiaoguang","count":1},{"name":"Tomasz Janiewicz","email":"janiewicz@google.com","login":"tj-google","count":1},{"name":"Tomasz Jonak","email":"tcjonak@gmail.com","login":"tomaszjonak","count":1},{"name":"Yu Feng","email":"feyu@google.com","login":"rainwoodman","count":1},{"name":"Yu Zhou","email":"yuzhouyuzhou@google.com","login":"zayoo","count":1},{"name":"Nayef Ghattas","email":"nayef.ghattas@gmail.com","login":"Gandem","count":1},{"name":"Misty De Meo","email":"mistydemeo@github.com","login":"mistydemeo","count":1},{"name":"Mohit Singh","email":"93594454+mohitdebian","login":"mohitdebian","count":1},{"name":"Matt Olson","email":"matt.olson@bigcommerce.com","login":"mattolson","count":1},{"name":"Matt Ward","email":"contact@mwdesigns.com","login":"theRealWardo","count":1},{"name":"Matthew Bender","email":"mbender@gospotcheck.com","login":"codebender","count":1},{"name":"Matthew D. Steele","email":"mdsteele@alum.mit.edu","login":"mdsteele","count":1},{"name":"Matthew Iselin","email":"matthew@theiselins.net","login":"miselin","count":1},{"name":"Matthew Leibowitz","email":"mattleibow@live.com","login":"mattleibow","count":1},{"name":"Matthew Nuckolls","email":"matthew.nuckolls@gmail.com","login":"mnuck","count":1},{"name":"Matthieu MOREL","email":"matthieu.morel35@gmail.com","login":"mmorel-35","count":1},{"name":"Max Vorobev","email":"vmax0770@gmail.com","login":"vmax","count":1},{"name":"Maxence Boutet","email":"52334444+mboutet","login":"mboutet","count":1},{"name":"Maxim Philippov","email":"philippovmi@gmail.com","login":"phmx","count":1},{"name":"Mayuki Sawatari","email":"mayuki+github@misuzilla.org","login":"mayuki","count":1},{"name":"Micah Paul Ramos","email":"micah.p.ramos@gmail.com","login":"MicahRam","count":1},{"name":"Michael","email":"65680649+michaelg100","login":"michaelg100","count":1},{"name":"Amy Huang","email":"akhuang@google.com","login":"amykhuang","count":1},{"name":"Amit Mehra","email":"amitmehra10a200@gmail.com","login":"am1O","count":1},{"name":"Amchii","email":"finethankuandyou@gmail.com","login":"amchii","count":1},{"name":"Alexey Mikheyev","email":"78437306+trs4","login":"trs4","count":1},{"name":"Alexander Thomas","email":"athom@google.com","login":"athomas","count":1},{"name":"Xùdōng Yáng","email":"wyverald@gmail.com","login":"Wyverald","count":1},{"name":"Yan Reznikov","email":"yanrez","login":"yanrez","count":1},{"name":"Yesudeep Mangalapilly","email":"yesudeep@gmail.com","login":"yesudeep","count":1},{"name":"Yonathan Randolph","email":"yonathan@gmail.com","login":"yonran","count":1},{"name":"Yoshihiro Saito","email":"yshr446@gmail.com","login":"yoshimaru46","count":1},{"name":"Yosuke Ishikawa","email":"y@ishkawa.org","login":"ishkawa","count":1},{"name":"Alena Varkockova","email":"varkockova.a@gmail.com","login":"alenkacz","count":1},{"name":"Alejandro R. Sedeño","email":"asedeno@google.com","login":"asedeno","count":1},{"name":"Alberto Pedron","email":"albertop2197@gmail.com","login":"Alberto97","count":1},{"name":"Alan Wu","email":"XrXr","login":"XrXr","count":1},{"name":"Ade Oshineye","email":"adewale@gmail.com","login":"adewale","count":1},{"name":"Tom","email":"rothoerl@in.tum.de","login":"Crusty82","count":1},{"name":"Yuriy Chernyshov","email":"thegeorg@yandex-team.com","login":"georgthegreat","count":1},{"name":"Yusuke Nishioka","email":"yusuke.nishioka.0713@gmail.com","login":"ysk24ok","count":1},{"name":"Yusuke Sato","email":"yusuke1.sato9.git@gmail.com","login":"sat0yu","count":1},{"name":"Zephyr Lykos","email":"git@mochaa.ws","login":"mochaaP","count":1},{"name":"Zhiliang Xu","email":"xu.zl@live.com","login":"zhiliangxu","count":1},{"name":"Zhuochun","email":"zhuochun@hotmail.com","login":"zhuochun","count":1},{"name":"aaronjheng","email":"wentworth@outlook.com","login":"aaronjheng","count":1},{"name":"alb3e3","email":"74142887+Alb3e3","login":"Alb3e3","count":1},{"name":"bcoopers","email":"37127170+bcoopers","login":"bcoopers","count":1},{"name":"Adam Langley","email":"agl@imperialviolet.org","login":"agl","count":1},{"name":"Adam Hess","email":"HParker@github.com","login":"HParker","count":1},{"name":"Adam Binford","email":"adamq43@gmail.com","login":"Kimahriman","count":1},{"name":"Abael He","email":"abaelhe@icloud.com","login":"abaelhe","count":1},{"name":"Aaron Pham","email":"29749331+aarnphm","login":"aarnphm","count":1},{"name":"Aaron Jacobs","email":"aaronjjacobs@gmail.com","login":"jacobsa","count":1},{"name":"Andre Gaschler","email":"gaschlera@gmail.com","login":"gaschler","count":1},{"name":"Bernhard M. Wiedemann","email":"githubbmwprimary@lsmod.de","login":"bmwiedemann","count":1},{"name":"Benjamin Shaya","email":"bshaya@alum.mit.edu","login":"beshaya","count":1},{"name":"Benjamin Kramer","email":"benny.kra@gmail.com","login":"d0k","count":1},{"name":"Benjamin Barenblat","email":"bbaren@google.com","login":"bbarenblat","count":1},{"name":"Bartosz Stebel","email":"bartoszstebel@gmail.com","login":"implr","count":1},{"name":"Axel Huebl","email":"axel.huebl@plasma.ninja","login":"ax3l","count":1},{"name":"Austin Schuh","email":"AustinSchuh","login":"AustinSchuh","count":1},{"name":"Augie Fackler","email":"augie@google.com","login":"durin42","count":1},{"name":"Dmitry Kovalev","email":"dkovalev@google.com","login":"dmitriykovalev","count":1},{"name":"Dmytro Bieliaiev","email":"dmytro.bieliaiev@snowflake.com","login":"sfc-gh-dbieliaiev","count":1},{"name":"Dohyun Cheon","email":"dohyuncheon12345@gmail.com","login":"dhc3800","count":1},{"name":"Dylan Thacker-Smith","email":"Dylan.Smith@shopify.com","login":"dylanahsmith","count":1},{"name":"Edmundo Rodrigues","email":"rdsedmundo@gmail.com","login":"rdsedmundo","count":1},{"name":"Edoardo Borsato","email":"edoardo.borsato93@gmail.com","login":"edoardo-borsato","count":1},{"name":"Eduardo Broto","email":"ebroto@tutanota.com","login":"ebroto","count":1},{"name":"Elkana Tovey","email":"40407298+elkanatovey","login":"elkanatovey","count":1},{"name":"Emeka-NMC (SII)","email":"emeka.nmc@gmail.com","login":"Emeka-NMC","count":1},{"name":"Arthur Eubanks","email":"ayueubanks@gmail.com","login":"aeubanks","count":1},{"name":"Juan Apolo","email":"114969408+Vn0m","login":"Vn0m","count":1},{"name":"Julian Xhokaxhiu","email":"julianxhokaxhiu","login":"julianxhokaxhiu","count":1},{"name":"Julien Hartmann","email":"juliencamille.hartmann@simplisafe.com","login":"juliencamille-hartmann-simplisafe","count":1},{"name":"Jun Yang","email":"jyang825@gmail.com","login":"jyang","count":1},{"name":"Jundol","email":"9070276+jundol-k","login":"jundol-k","count":1},{"name":"Junhua Yan","email":"16032016+JuneYan","login":"JuneYan","count":1},{"name":"Jérôme Duval","email":"jerome.duval@gmail.com","login":"korli","count":1},{"name":"Jürg Billeter","email":"j@bitron.ch","login":"juergbi","count":1},{"name":"K.K. Yap","email":"yapkke@stanford.edu","login":"yapkke","count":1},{"name":"Kai-Hsun Chen","email":"kaihsun@apache.org","login":"kevin85421","count":1},{"name":"Kamil Skalski","email":"kamil.skalski@gmail.com","login":"kskalski","count":1},{"name":"Kane York","email":"rikingcoding@gmail.com","login":"riking","count":1},{"name":"Kangmo Kim","email":"kangmo.kim@gmail.com","login":"Kangmo","count":1},{"name":"Kelly Norton","email":"kellegous@gmail.com","login":"kellegous","count":1},{"name":"Blair Kutzman","email":"bkutzman@google.com","login":"blairkutz","count":1},{"name":"Bernhard Walle","email":"59439342+bwncp","login":"bwncp","count":1},{"name":"David Sanderson","email":"32687193+dws","login":"dws","count":1},{"name":"David Young-Chan Kay","email":"davidykay@gmail.com","login":"DavidYKay","count":1},{"name":"Denis Pronin","email":"dannftk@yandex.ru","login":"dpronin","count":1},{"name":"Dennis","email":"dennis.hezel@gmail.com","login":"Tradias","count":1},{"name":"Denver Coneybeare","email":"dconeybe@google.com","login":"dconeybe","count":1},{"name":"Dexter.k","email":"164054284+rootvector2","login":"rootvector2","count":1},{"name":"Dionna Glaze","email":"dionnaglaze@google.com","login":"deeglaze","count":1},{"name":"Dmitri Shuralyov","email":"shurcooL@gmail.com","login":"dmitshur","count":1},{"name":"Cameron Taggart","email":"cameron.taggart@gmail.com","login":"ctaggart","count":1},{"name":"CZRZ","email":"45764561+CZRZ","login":"CZRZ","count":1},{"name":"Bulat Gaifullin","email":"gaifullinbf@gmail.com","login":"bgaifullin","count":1},{"name":"Bryan Blanchard","email":"bryan.blanchard@gmail.com","login":"bblancha","count":1},{"name":"Bruno Pitrus","email":"brunopitrus@hotmail.com","login":"brjsp","count":1},{"name":"Brian Zhao","email":"bmzhao@google.com","login":"bmzhao","count":1},{"name":"Brian O'Connor","email":"558367+bocon13","login":"bocon13","count":1},{"name":"Brian Diesel","email":"brian@designcondition.com","login":"bdiesel","count":1},{"name":"Brian Buchalter","email":"brian.buchalter@gusto.com","login":"bbuchalter","count":1},{"name":"Emmanuel T Odeke","email":"emmanuel@orijtech.com","login":"odeke-em","count":1},{"name":"Aaron Beitch","email":"aaron.beitch@gmail.com","login":"aaronbee","count":1},{"name":"@DEFSTREAM","email":"defstream","login":"defstream","count":1},{"name":"3vilM33pl3","email":"52446005+3vilM33pl3","login":"3vilM33pl3","count":1},{"name":"3405691582","email":"dsk@google.com","login":"3405691582","count":1},{"name":"0oneo","email":"neoman.v@gmail.com","login":"0oneo","count":1},{"name":"Dan Halperin","email":"dhalperi","login":"dhalperi","count":1},{"name":"Alexander Houben","email":"ahouben@greenliff.com","login":"ahouben","count":1},{"name":"Alexander Gutkin","email":"35786058+agutkin","login":"agutkin","count":1},{"name":"Alexander Grund","email":"Flamefire","login":"Flamefire","count":1},{"name":"Alexander Dzyuba","email":"kaegoorn48@gmail.com","login":"kaegoorn","count":1},{"name":"Alex Villarreal","email":"alex@alexvy86.com","login":"alexvy86","count":1},{"name":"Alex Merry","email":"alex.merry@nanoporetech.com","login":"amerry","count":1},{"name":"Alex Lo","email":"alexlo@gmail.com","login":"alexlo03","count":1},{"name":"Alex Bau","email":"abau@google.com","login":"abau-g","count":1},{"name":"Alex","email":"aleksandrosansan@gmail.com","login":"sashashura","count":1},{"name":"Ryo Murakami","email":"integral14@gmail.com","login":"xeno14","count":1},{"name":"SaidKec","email":"saidabdullin731@gmail.com","login":"SaidKec","count":1},{"name":"Saleem Abdulrasool","email":"compnerd@compnerd.org","login":"compnerd","count":1},{"name":"Sam Clegg","email":"sbc@google.com","login":"sbc100","count":1},{"name":"Sangwon Hong","email":"qpakzk@gmail.com","login":"qpakzk","count":1},{"name":"Sanjay Ghemawat","email":"sanjay@google.com","login":"ghemawat","count":1},{"name":"Sayed Ibrahim Hashimi","email":"sayed.hashimi@gmail.com","login":"sayedihashimi","count":1},{"name":"Peter Foley","email":"pefoley2@pefoley.com","login":"pefoley2","count":1},{"name":"Peter Gonda","email":"pgonda","login":"pgonda","count":1},{"name":"Peter W","email":"techieshark@gmail.com","login":"techieshark","count":1},{"name":"Philipp Wahala","email":"philipp.wahala@gmail.com","login":"hacfi","count":1},{"name":"Philipp Wollermann","email":"philipp@philwo.de","login":"philwo","count":1},{"name":"Piotr Morgwai Kotarbinski","email":"foss@morgwai.pl","login":"morgwai","count":1},{"name":"Piotr Sikora","email":"piotrsikora@google.com","login":"PiotrSikora","count":1},{"name":"Qucheng Jiang","email":"jiangquchengpeter@hotmail.com","login":"jiangqucheng","count":1},{"name":"Arkadiusz Bokowy","email":"arkadiusz.bokowy@gmail.com","login":"arkq","count":1},{"name":"Arjun","email":"guzt@google.com","login":"guzt","count":1},{"name":"Taner Topal","email":"taner@adap.com","login":"tanertopal","count":1},{"name":"Tanvi Jagtap","email":"540127+jagtaptanvi","login":"jagtaptanvi","count":1},{"name":"Teodor","email":"teodor.pripoae@gmail.com","login":"teodor-pripoae","count":1},{"name":"Test User","email":"noemail@noemail.com","login":"CurrentTV","count":1},{"name":"The Gitter Badger","email":"badger@gitter.im","login":"gitter-badger","count":1},{"name":"Thi Doãn","email":"thi.doan@linecorp.com","login":"thii","count":1},{"name":"Scott84","email":"seh@google.com","login":"Scott84","count":1},{"name":"Rohan Talip","email":"RohanTalip","login":"RohanTalip","count":1},{"name":"Rudra Dudhat","email":"contact.rdudhat@gmail.com","login":"RudraDudhat2509","count":1},{"name":"Rui Chen","email":"rui@chenrui.dev","login":"chenrui333","count":1},{"name":"Rushaan Gandhi","email":"102902163+rushaan105gandhi","login":"rushaan105gandhi","count":1},{"name":"Ruyi Wang","email":"wry.nwu@gmail.com","login":"icodeplus","count":1},{"name":"Ryan","email":"ryanvo","login":"ryanvo","count":1},{"name":"Ryan Beasley","email":"beasleyr@vmware.com","login":"rbeasley","count":1},{"name":"Ryan Kohler","email":"ryan.c.kohler@gmail.com","login":"ScruffyProdigy","count":1},{"name":"Ryan Morshead","email":"ryan.morshead@gmail.com","login":"rmorshea","count":1},{"name":"Ryan Prichard","email":"rprichard@google.com","login":"rprichard","count":1},{"name":"Constantine Sapuntzakis","email":"costa@augmentcode.com","login":"csapuntz","count":1},{"name":"Connor Peet","email":"connor@peet.io","login":"connor4312","count":1},{"name":"ColdMeekly","email":"andrejtar@gmail.com","login":"ColdMeekly","count":1},{"name":"Clayton Knittel","email":"cknittel@google.com","login":"ClaytonKnittel","count":1},{"name":"Christopher S","email":"christopher.starck@googlemail.com","login":"BalticBytes","count":1},{"name":"Christophe Bougère","email":"christophe.bougere@gmail.com","login":"ChristopheBougere","count":1},{"name":"Chris Wilcox","email":"crwilcox@google.com","login":"crwilcox","count":1},{"name":"Chris Lamb","email":"chris@chris-lamb.co.uk","login":"lamby","count":1},{"name":"Chris Evans","email":"wevans@google.com","login":"wcevans","count":1},{"name":"Chi Wang","email":"coeuvre@gmail.com","login":"coeuvre","count":1},{"name":"Chen wang","email":"chen.wang.github@gmail.com","login":"chen-wang","count":1},{"name":"Chandra Shekhar Sirimala","email":"chandrashekhar.siri@gmail.com","login":"chandra-siri","count":1},{"name":"Carlos Valera","email":"2501087+cookyt","login":"cookyt","count":1},{"name":"Arthit Suriyawongkul","email":"arthit@gmail.com","login":"bact","count":1},{"name":"Atri Bhattacharya","email":"A.Bhattacharya@uliege.be","login":"badshah400","count":1},{"name":"Atan Bhardwaj","email":"atanbhardwaj@google.com","login":"atanbhardwaj","count":1},{"name":"David Hoover","email":"karma@deadmoose.com","login":"deadmoose","count":1},{"name":"Arian Arfaian","email":"arian.arfaian@gmail.com","login":"arfaian","count":1},{"name":"Ara Nguyen","email":"91614797+aranguyen","login":"aranguyen","count":1},{"name":"April Schleck","email":"itsapril@google.com","login":"aschleck","count":1},{"name":"April Kyle Nassi","email":"anassi@google.com","login":"thisisnotapril","count":1},{"name":"Anuj Dhungana","email":"45848083+edr3x","login":"edr3x","count":1},{"name":"Antony Dovgal","email":"tony@daylessday.org","login":"tony2001","count":1},{"name":"Anton Kesy","email":"anton@kesy.de","login":"antonkesy","count":1},{"name":"Anton Danielsson","email":"danielsson.anton@gmail.com","login":"anton-danielsson","count":1},{"name":"Anthony Yeh","email":"enisoc@google.com","login":"enisoc","count":1},{"name":"Anthony Meehan","email":"antmeehan","login":"antmeehan","count":1},{"name":"Anthony Bellissimo","email":"twon33@gmail.com","login":"twon33","count":1},{"name":"Andrew Scherkus","email":"ascherkus@gmail.com","login":"ascherkus","count":1},{"name":"Andrew","email":"87246480+shrewddd","login":"shrewddd","count":1},{"name":"Andres Medina","email":"medinaandres@google.com","login":"medinandres","count":1},{"name":"Andres Ayerbe","email":"ayerbea@google.com","login":"ayerbe-a","count":1},{"name":"DJ Mountney","email":"david@twkie.net","login":"twk3","count":1},{"name":"Jason Meller","email":"jason@kolide.co","login":"terracatta","count":1},{"name":"Jason Mobarak","email":"jason.mobarak@gmail.com","login":"silverjam","count":1},{"name":"Javier","email":"terkitos@gmail.com","login":"jdiazcano","count":1},{"name":"Jean Boussier","email":"jean.boussier@gmail.com","login":"byroot","count":1},{"name":"Jean byroot Boussier","email":"jean.boussier+github@shopify.com","login":"casperisfine","count":1},{"name":"Jeff Moser","email":"jeffmoser@google.com","login":"moserware","count":1},{"name":"HO-COOH","email":"szpeter@yeah.net","login":"HO-COOH","count":1},{"name":"Hannan Ali","email":"ali.abdulhannan@gmail.com","login":"abdulhannanali","count":1},{"name":"John Millikin","email":"jmillikin@stripe.com","login":"jmillikin-stripe","count":1},{"name":"John Ullman","email":"jrullman@google.com","login":"jrullman","count":1},{"name":"Jonathan Moss","email":"jmoss@commoncode.io","login":"a-musing-moose","count":1},{"name":"Jordan Rupprecht","email":"rupprecht@google.com","login":"rupprecht","count":1},{"name":"Luka Rahne","email":"luka.rahne@gmail.com","login":"ra1u","count":1},{"name":"Lukacs T. Berki","email":"lberki@google.com","login":"lberki","count":1},{"name":"Lukas Lipka","email":"lukaslipka@gmail.com","login":"lipka","count":1},{"name":"Maciej Kula","email":"maciejkula@google.com","login":"maciejkula","count":1},{"name":"Maciej Lasyk","email":"docent.net@gmail.com","login":"docent-net","count":1},{"name":"HuKeping","email":"hukeping@huawei.com","login":"HuKeping","count":1},{"name":"HugoHo0212","email":"37818659+HugoHo0212","login":"HugoHo0212","count":1},{"name":"Hyunjun Kim","email":"yoloseem@gmail.com","login":"yoloseem","count":1},{"name":"Ian Haken","email":"ihaken@netflix.com","login":"JackOfMostTrades","count":1},{"name":"Ian Rodney","email":"ian.rodney@gmail.com","login":"ijrsvt","count":1},{"name":"Igor Slepchin","email":"igor.slepchin@gmail.com","login":"igors","count":1},{"name":"Igor Zhilianin","email":"igor.zhilianin@gmail.com","login":"igorzhilianin","count":1},{"name":"Isidro","email":"isidroariass@hotmail.es","login":"isidroas","count":1},{"name":"Ivan Vučica","email":"ivucica@google.com","login":"ivucica","count":1},{"name":"J. Martin","email":"jmartin@starbladetech.com","login":"jmartin-tech","count":1},{"name":"JJ Manton","email":"jjmanton@airia.com","login":"jjmanton","count":1},{"name":"Jack Wakefield","email":"xadetthree@gmail.com","login":"jackwakefield","count":1},{"name":"Jacob Dlougach","email":"dlougach@gmail.com","login":"Dlougach","count":1},{"name":"Jagoba Gascón","email":"jagoba@arima.eu","login":"jagobagascon","count":1},{"name":"James Fish","email":"jfish@pinterest.com","login":"fishcakez","count":1},{"name":"Jan Katins","email":"jan.katins@katzien.de","login":"jankatins","count":1},{"name":"Jared Hance","email":"jhance@dropbox.com","login":"jhance","count":1},{"name":"Jingyi Wei","email":"wjywbs@gmail.com","login":"wjywbs","count":1},{"name":"Joan Fontanals","email":"jfontanalsmartinez@gmail.com","login":"JoanFM","count":1},{"name":"Joe Shaw","email":"joe@joeshaw.org","login":"joeshaw","count":1},{"name":"Joey","email":"majunjiev@gmail.com","login":"imjoey","count":1},{"name":"Johan Euphrosine","email":"proppy@google.com","login":"proppy","count":1},{"name":"Lakshay Nasa","email":"76848292+lakshay-nasa","login":"lakshay-nasa","count":1},{"name":"Lance","email":"lcniles","login":"lcniles","count":1},{"name":"Lars Kanis","email":"lars@greiz-reinsdorf.de","login":"larskanis","count":1},{"name":"Laurent Le Brun","email":"laurentlb@gmail.com","login":"laurentlb","count":1},{"name":"Lei Huang","email":"huang.f.lei@gmail.com","login":"l8huang","count":1},{"name":"Levon Ter-Grigoryan","email":"patrios@google.com","login":"PatriosTheGreat","count":1},{"name":"LiJinggang","email":"zhizhi.dev@gmail.com","login":"zhizhi-dev","count":1},{"name":"Lily Li","email":"pekopeko@google.com","login":"ylil93","count":1},{"name":"Louis Ryan","email":"louiscryan","login":"louiscryan","count":1},{"name":"Lucas Abel","email":"22837557+uael","login":"uael","count":1},{"name":"Frédéric Nadeau","email":"fnadeau","login":"fnadeau","count":1},{"name":"Anatol Belski","email":"ab@php.net","login":"weltling","count":1},{"name":"Madhav Bissa","email":"mbissa@gmail.com","login":"mbissa","count":1},{"name":"Mahdi K. Fard","email":"xclud","login":"xclud","count":1},{"name":"Manan Sanghvi","email":"83600890+manan2212","login":"manan2212","count":1},{"name":"Marc Bury","email":"gille.marc@gmail.com","login":"gallmerci","count":1},{"name":"Marc Plano-Lesay","email":"mplano@google.com","login":"Kernald","count":1},{"name":"Marc Wandschneider","email":"marcwan@gmail.com","login":"marcwan","count":1},{"name":"Kerrick Staley","email":"kstaley@lyft.com","login":"kerrick-lyft","count":1},{"name":"Kevin Cooney","email":"kcooney","login":"kcooney","count":1},{"name":"Kevin Damm","email":"jigsaw@kevindamm.com","login":"kevindamm-jigsaw","count":1},{"name":"Kevin Dungs","email":"kdungs","login":"kdungs","count":1},{"name":"Kevin Nilson","email":"javaclimber@google.com","login":"kevinnilson","count":1},{"name":"Jeff Peoples","email":"meisterpeeps@gmail.com","login":"meisterpeeps","count":1},{"name":"Jeremie Girault","email":"jeremie.girault@gmail.com","login":"jeremiegirault","count":1},{"name":"Jeremy Yallop","email":"yallop@gmail.com","login":"yallop","count":1},{"name":"Jesse Rosenstock","email":"jmr@google.com","login":"jmr","count":1},{"name":"Jiajun Yao","email":"jeromeyjj@gmail.com","login":"jjyao","count":1},{"name":"DanilChapovalov","email":"danilchap@webrtc.org","login":"DanilChapovalov","count":1},{"name":"Dante Camarena","email":"hello@mhdante.com","login":"MHDante","count":1},{"name":"Daren McCulley","email":"mcculleydj@gmail.com","login":"mcculleydj","count":1},{"name":"Dave Bailey","email":"dave@daveb.net","login":"dbcode","count":1},{"name":"David E. Weekly","email":"david@weekly.org","login":"dweekly","count":1},{"name":"David Federman","email":"david.federman@outlook.com","login":"dfederm","count":1},{"name":"Carlos Sobrinho","email":"carlos@sobrinho.pt","login":"csobrinho","count":1},{"name":"Carlo Cabrera","email":"30379873+carlocab","login":"carlocab","count":1},{"name":"Carl Lundin","email":"108372512+clundin25","login":"clundin25","count":1},{"name":"Camillo Lugaresi","email":"camillol@google.com","login":"camillol","count":1},{"name":"Evan Brown","email":"ezb@google.com","login":"ezbr","count":1},{"name":"FARAZ AHMAD KHAN","email":"faraz337@gmail.com","login":"farazahmadkhan","count":1},{"name":"Fahad Ahammed","email":"36854824+fahadahammed","login":"fahadahammed","count":1},{"name":"Fahrzin Hemmati","email":"fahhem","login":"fahhem","count":1},{"name":"FidelSch","email":"honoratofidel@protonmail.com","login":"FidelSch","count":1},{"name":"Filippo De Santis","email":"filippo.desantis@gmail.com","login":"p16","count":1},{"name":"Flavio Medeiros","email":"flaviomotamedeiros@gmail.com","login":"flaviomotamedeiros","count":1},{"name":"Corentin Girard","email":"corentingirard.dev@gmail.com","login":"Drarig29","count":1},{"name":"Brian","email":"bsilver16384@gmail.com","login":"bsilver8192","count":1},{"name":"Brett McBride","email":"brett.a.mcbride@gmail.com","login":"brettmc","count":1},{"name":"BrandonY","email":"brandony@gmail.com","login":"BrandonY","count":1},{"name":"Brandon Stoll","email":"bstoll","login":"bstoll","count":1},{"name":"Brad Barnich","email":"brad@careevolution.com","login":"BradBarnich","count":1},{"name":"Bouke van der Bijl","email":"i@bou.ke","login":"bouk","count":1},{"name":"Bolutife Ogunsola","email":"bostikforever@gmail.com","login":"bostikforever","count":1},{"name":"Damon","email":"damonstacey0@gmail.com","login":"damonkey2","count":1},{"name":"Dalton","email":"f33rx","login":"f33rx","count":1},{"name":"Dalei Li","email":"dalei.li@icloud.com","login":"lidalei","count":1},{"name":"Daniel Azuma","email":"dazuma@gmail.com","login":"dazuma","count":1},{"name":"Daniel Cazzulino","email":"daniel@cazzulino.com","login":"kzu","count":1},{"name":"Daniel Harrison","email":"daniel.harrison@gmail.com","login":"danhhz","count":1},{"name":"Daniel Joos","email":"daniel@joosweb.de","login":"danieljoos","count":1},{"name":"Daniel Neighman","email":"dneighman@gmail.com","login":"hassox","count":1},{"name":"Daniel Upton","email":"daniel@floppy.co","login":"boxofrad","count":1},{"name":"Enrico Pertoso","email":"83392896+epertoso","login":"epertoso","count":1},{"name":"Eric Pinzur","email":"epinzur@gmail.com","login":"epinzur","count":1},{"name":"Ernie Miller","email":"ernie@ernie.io","login":"ernie","count":1},{"name":"Erwin de Haan","email":"erwin.de.haan@calcasa.nl","login":"EraYaN","count":1},{"name":"Eundoo Song","email":"eundoo.song@gmail.com","login":"eundoosong","count":1},{"name":"Hans","email":"hans@hanshq.net","login":"zmodem","count":1},{"name":"HarrisonXi","email":"gpra8764@gmail.com","login":"HarrisonXi","count":1},{"name":"Hayashi Takuya","email":"howyi.lq@gmail.com","login":"howyi","count":1},{"name":"Haytham Abuelfutuh","email":"haytham@afutuh.com","login":"EngHabu","count":1},{"name":"Heena Bansal","email":"heena.bansal20@ibm.com","login":"HeenaBansal20","count":1},{"name":"Henrique Ferreiro","email":"hferreiro@igalia.com","login":"hferreiro","count":1},{"name":"HeroCC","email":"2124489+HeroCC","login":"HeroCC","count":1},{"name":"Hima Sajeev","email":"himasajeev0801@gmail.com","login":"himasajeev","count":1},{"name":"Ho Ngok Chao","email":"ngokchaoho@protonmail.com","login":"ngokchaoho","count":1},{"name":"Hoa Nguyen","email":"hoa.nguyen@employmenthero.com","login":"nvh0412","count":1},{"name":"Hu Shuai","email":"hus.fnst@cn.fujitsu.com","login":"hs0210","count":1},{"name":"Jie Luo","email":"jieluo@google.com","login":"anandolee","count":1},{"name":"Florent Castelli","email":"florent.castelli@gmail.com","login":"Orphis","count":1},{"name":"Florian Ferstl","email":"64520639+ferstlf","login":"ferstlf","count":1},{"name":"Florian Mayer","email":"fmayer@google.com","login":"fmayer","count":1},{"name":"Florian Nagel","email":"hi@floriannagel.xyz","login":"nagelflorian","count":1},{"name":"Frank Natividad","email":"frankyn","login":"frankyn","count":1},{"name":"Frank de Jonge","email":"frankdejonge","login":"frankdejonge","count":1},{"name":"Ilya Lukin","email":"62634576+illukin","login":"illukin","count":1},{"name":"Ilya Priven","email":"1186084+ikonst","login":"ikonst","count":1},{"name":"Isabel Andrade","email":"67916678+beandrad","login":"beandrad","count":1},{"name":"Ishan Khare","email":"ishankhare07@gmail.com","login":"ishankhare07","count":1},{"name":"Gleb Popov","email":"6yearold@gmail.com","login":"arrowd","count":1},{"name":"Gorka Lerchundi Osa","email":"glertxundi@gmail.com","login":"glerchundi","count":1},{"name":"Graham Campbell","email":"GrahamCampbell","login":"GrahamCampbell","count":1},{"name":"Greg","email":"gregestren","login":"gregestren","count":1},{"name":"Greg Miller","email":"9447643+devjgm","login":"devjgm","count":1},{"name":"Guilherme Oliveira","email":"ghophp@gmail.com","login":"ghophp","count":1},{"name":"Gunnlaugur Thor Briem","email":"gunnlaugur@gmail.com","login":"gthb","count":1}],"past_year_committers":[{"name":"Tanvi Jagtap","email":"tjagtap@google.com","login":"tanvi-jagtap","count":295},{"name":"Akshit Patel","email":"akshitpatel@google.com","login":"ac-patel","count":165},{"name":"Rishesh Agarwal","email":"rishesh@google.com","login":"rishesh007","count":122},{"name":"Mark D. Roth","email":"roth@google.com","login":"markdroth","count":115},{"name":"Craig Tiller","email":"ctiller@google.com","login":"ctiller","count":90},{"name":"yuanweiz","email":"weizheyuan@google.com","login":"yuanweiz","count":84},{"name":"Sergii Tkachenko","email":"sergiitk@google.com","login":"sergiitk","count":65},{"name":"Ashesh Vidyut","email":"asheshvidyut@google.com","login":"asheshvidyut","count":57},{"name":"Pawan Bhardwaj","email":"bpawan@google.com","login":"pawbhard","count":56},{"name":"Aananth V","email":"aananthv@google.com","login":"AananthV","count":53},{"name":"Siddharth Nohria","email":"snohria@google.com","login":"siddharthnohria","count":50},{"name":"Michael Lumish","email":"mlumish@google.com","login":"murgatroid99","count":44},{"name":"Alisha Nanda","email":"alishananda@google.com","login":"ananda1066","count":41},{"name":"Vignesh Babu","email":"vigneshbabu@google.com","login":"Vignesh2208","count":40},{"name":"Sreenithi Sridharan","email":"ssreenithi@google.com","login":"sreenithi","count":33},{"name":"Gregory Cooke","email":"gregorycooke@google.com","login":"gtcooke94","count":21},{"name":"gRPC Team Bot","email":"grpc-github-bot@google.com","login":null,"count":21},{"name":"Yousuk Seung","email":"ysseung@google.com","login":"yousukseung","count":14},{"name":"Luwei Ge","email":"lwge@google.com","login":"rockspore","count":13},{"name":"Pragun Saxena","email":"pragunsaxena@google.com","login":"pragun22","count":13},{"name":"Aadi Kapur","email":"aadik@google.com","login":"aadikapur","count":10},{"name":"Niraj Nepal","email":"nnepal@google.com","login":"zarinn3pal","count":9},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":9},{"name":"Ana Salazar Maldonado","email":"anasalazar@google.com","login":null,"count":8},{"name":"Zgoda91","email":"dzgoda@google.com","login":"Zgoda91","count":7},{"name":"Ganesh T N","email":"ganeshtn@google.com","login":"ganesh-tn","count":6},{"name":"Arjan Singh Bal","email":"46515553+arjan-bal","login":"arjan-bal","count":6},{"name":"Matthew Stevenson","email":"mattstev@google.com","login":"matthewstevenson88","count":6},{"name":"Eugene Ostroukhov","email":"eostroukhov@google.com","login":"eugeneo","count":5},{"name":"Kshitij","email":"56171085+stunner-07","login":"stunner-07","count":5},{"name":"apolcyn","email":"apolcyn@google.com","login":"apolcyn","count":5},{"name":"aslam ansari","email":"aslam.ansari678@gmail.com","login":"aslam9691","count":5},{"name":"Kannan J","email":"kannanjgithub@google.com","login":"kannanjgithub","count":5},{"name":"Adam Heller","email":"aj@drfloob.com","login":"drfloob","count":4},{"name":"Alexandre Detiste","email":"alexandre.detiste@gmail.com","login":"a-detiste","count":4},{"name":"MV Shiva","email":"speakupshiva@gmail.com","login":"shivaspeaks","count":4},{"name":"SamareshSingh","email":"97642706+ssam18","login":"ssam18","count":3},{"name":"Ritul","email":"ritulb@google.com","login":"ritulb18","count":3},{"name":"Pranjali-2501","email":"pranjalisaxena@google.com","login":"Pranjali-2501","count":3},{"name":"Leon Ziyang Zhang","email":"leonzz@google.com","login":"leonzz","count":3},{"name":"Eric Anderson","email":"ejona@google.com","login":"ejona86","count":3},{"name":"Easwar Swaminathan","email":"easwars@google.com","login":"easwars","count":3},{"name":"E. John Feig","email":"john@ejf.io","login":"emil10001","count":3},{"name":"Brad Smith","email":"brad@comstyle.com","login":"brad0","count":3},{"name":"macastelaz","email":"34776182+macastelaz","login":"macastelaz","count":2},{"name":"Tomasz Tarnogrodzki","email":"tarnogrodzki@google.com","login":"ttarnogrodzki","count":2},{"name":"Mike Kruskal","email":"mkruskal@google.com","login":"mkruskal-google","count":2},{"name":"Lindley French","email":"lindleyf@google.com","login":"LindleyF","count":2},{"name":"Laramie Leavitt","email":"lar@google.com","login":"laramiel","count":2},{"name":"Keith Smiley","email":"keithbsmiley@gmail.com","login":"keith","count":2},{"name":"Ivo Ristovski List","email":"ilist@google.com","login":"comius","count":2},{"name":"Artemii Polshcha","email":"93732238+artemmiyy","login":"artemmiyy","count":2},{"name":"Antony Polukhin","email":"antoshkka@gmail.com","login":"apolukhin","count":2},{"name":"Akanksha Trehun","email":"akankshatrehun@gmail.com","login":"magic-peach","count":2},{"name":"Abhishek Agrawal","email":"81427947+AgraVator","login":"AgraVator","count":2},{"name":"Stanley Cheung","email":"stanley.cheung@gmail.com","login":"stanley-cheung","count":2},{"name":"eshitachandwani","email":"59800922+eshitachandwani","login":"eshitachandwani","count":2},{"name":"Will Noble","email":"author@will.party","login":null,"count":1},{"name":"Dave MacLachlan","email":"dmaclach@google.com","login":null,"count":1},{"name":"Adam Binford","email":"adamq43@gmail.com","login":"Kimahriman","count":1},{"name":"Aditya Ajayshankar","email":"adityaajay@google.com","login":"aditya-1112","count":1},{"name":"Alexander Thomas","email":"athom@google.com","login":"athomas","count":1},{"name":"Andres Ayerbe","email":"ayerbea@google.com","login":"ayerbe-a","count":1},{"name":"Andrew","email":"87246480+shrewddd","login":"shrewddd","count":1},{"name":"Mohit Singh","email":"93594454+mohitdebian","login":"mohitdebian","count":1},{"name":"Nathan Baulch","email":"nathan.baulch@gmail.com","login":"NathanBaulch","count":1},{"name":"Neil Cellber","email":"neilalberg@google.com","login":"neilalberg","count":1},{"name":"Nicholas La Roux","email":"larouxn@gmail.com","login":"larouxn","count":1},{"name":"Nico Espinosa","email":"nicolas.espinosa@datadoghq.com","login":"Nicolas-EM","count":1},{"name":"Paul Pluzhnikov","email":"ppluzhnikov@google.com","login":"EmployedRussian","count":1},{"name":"Peter Boulos","email":"hello@pboulos.com","login":"pboulos","count":1},{"name":"Ran Su","email":"ransu@google.com","login":"ran-su","count":1},{"name":"Robin","email":"robin@robinjint.nl","login":"robinvd","count":1},{"name":"Romain Geissler @ Amadeus","email":"romain.geissler@amadeus.com","login":"Romain-Geissler-1A","count":1},{"name":"Rudra Dudhat","email":"contact.rdudhat@gmail.com","login":"RudraDudhat2509","count":1},{"name":"Ryan Morshead","email":"ryan.morshead@gmail.com","login":"rmorshea","count":1},{"name":"SaidKec","email":"saidabdullin731@gmail.com","login":"SaidKec","count":1},{"name":"Steffen Smolka","email":"smolkaj@google.com","login":"smolkaj","count":1},{"name":"Timur Chernykh","email":"tim.cherry.co@gmail.com","login":"T3RR7","count":1},{"name":"Tobias Nyholm","email":"tobias.nyholm@gmail.com","login":"Nyholm","count":1},{"name":"Tomasz Janiewicz","email":"janiewicz@google.com","login":"tj-google","count":1},{"name":"Victor Liu","email":"64788399+Liftyee","login":"Liftyee","count":1},{"name":"Vlad Bologa","email":"vbologa@redhat.com","login":"vladbologa","count":1},{"name":"Waket Zheng","email":"waketzheng@gmail.com","login":"waketzheng","count":1},{"name":"William Woodall","email":"wjwwood@google.com","login":"wjwwood","count":1},{"name":"Yash Tibrewal","email":"yashkt@google.com","login":"yashykt","count":1},{"name":"Zephyr Lykos","email":"git@mochaa.ws","login":"mochaaP","count":1},{"name":"alb3e3","email":"74142887+Alb3e3","login":"Alb3e3","count":1},{"name":"dmaclach","email":"dmaclach@gmail.com","login":"dmaclach","count":1},{"name":"h-vetinari","email":"h.vetinari@gmx.com","login":"h-vetinari","count":1},{"name":"i-do-cpp","email":"62053234+i-do-cpp","login":"i-do-cpp","count":1},{"name":"kmhamasaki","email":"khamasaki99@gmail.com","login":"kmhamasaki","count":1},{"name":"metsw24-max","email":"metsw24@gmail.com","login":"metsw24-max","count":1},{"name":"Étienne Barrié","email":"etienne.barrie@gmail.com","login":"etiennebarrie","count":1},{"name":"苏紫辰","email":"155808914+hxaxd","login":"hxaxd","count":1},{"name":"Anthonios Partheniou","email":"partheniou@google.com","login":"parthea","count":1},{"name":"Anton Kesy","email":"anton@kesy.de","login":"antonkesy","count":1},{"name":"Atan Bhardwaj","email":"atanbhardwaj@google.com","login":"atanbhardwaj","count":1},{"name":"Brent Shaffer","email":"betterbrent@google.com","login":"bshaffer","count":1},{"name":"Chad Wilson","email":"29788154+chadlwilson","login":"chadlwilson","count":1},{"name":"Chandra Shekhar Sirimala","email":"chandrashekhar.siri@gmail.com","login":"chandra-siri","count":1},{"name":"Chris Kennelly","email":"ckennelly@google.com","login":"ckennelly","count":1},{"name":"Clayton Knittel","email":"cknittel@google.com","login":"ClaytonKnittel","count":1},{"name":"Dexter.k","email":"164054284+rootvector2","login":"rootvector2","count":1},{"name":"Dmytro Bieliaiev","email":"dmytro.bieliaiev@snowflake.com","login":"sfc-gh-dbieliaiev","count":1},{"name":"Eryu Xia","email":"eryu@google.com","login":"sampajano","count":1},{"name":"FARAZ AHMAD KHAN","email":"faraz337@gmail.com","login":"farazahmadkhan","count":1},{"name":"FidelSch","email":"honoratofidel@protonmail.com","login":"FidelSch","count":1},{"name":"Florian Mayer","email":"fmayer@google.com","login":"fmayer","count":1},{"name":"Gerrit Renker","email":"grenker@aurora.tech","login":"grrtrr","count":1},{"name":"HO-COOH","email":"szpeter@yeah.net","login":"HO-COOH","count":1},{"name":"Heena Bansal","email":"heena.bansal20@ibm.com","login":"HeenaBansal20","count":1},{"name":"HeroCC","email":"2124489+HeroCC","login":"HeroCC","count":1},{"name":"JJ Manton","email":"jjmanton@airia.com","login":"jjmanton","count":1},{"name":"Jie Luo","email":"jieluo@google.com","login":"anandolee","count":1},{"name":"John Ullman","email":"jrullman@google.com","login":"jrullman","count":1},{"name":"Jordan Rupprecht","email":"rupprecht@google.com","login":"rupprecht","count":1},{"name":"Juan Apolo","email":"114969408+Vn0m","login":"Vn0m","count":1},{"name":"Julien Hartmann","email":"juliencamille.hartmann@simplisafe.com","login":"juliencamille-hartmann-simplisafe","count":1},{"name":"Kai-Hsun Chen","email":"kaihsun@apache.org","login":"kevin85421","count":1},{"name":"LiJinggang","email":"zhizhi.dev@gmail.com","login":"zhizhi-dev","count":1},{"name":"Madhav Bissa","email":"mbissa@gmail.com","login":"mbissa","count":1},{"name":"Manan Sanghvi","email":"83600890+manan2212","login":"manan2212","count":1},{"name":"Marcel","email":"maleo@google.com","login":"mering","count":1},{"name":"Margubur Rahman","email":"margubur@google.com","login":"googlyrahman","count":1},{"name":"Mehrdad Afshari","email":"mehrdada","login":"mehrdada","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-16T00:00:07.202Z","repositories_count":6671873,"commits_count":952104959,"contributors_count":40364727,"owners_count":1341198,"committers_count":3314366,"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_stats":{"full_name":"grpc/grpc","html_url":"https://github.com/grpc/grpc","last_synced_at":"2026-08-15T15:24:40.063Z","status":null,"issues_count":1609,"pull_requests_count":10745,"avg_time_to_close_issue":26367351.24568528,"avg_time_to_close_pull_request":2156836.200366594,"issues_closed_count":982,"pull_requests_closed_count":8729,"pull_request_authors_count":460,"issue_authors_count":1256,"avg_comments_per_issue":4.223119950279677,"avg_comments_per_pull_request":0.5867845509539321,"merged_pull_requests_count":2705,"bot_issues_count":4,"bot_pull_requests_count":2012,"past_year_issues_count":126,"past_year_pull_requests_count":1027,"past_year_avg_time_to_close_issue":4471252.948717949,"past_year_avg_time_to_close_pull_request":1169688.6011904762,"past_year_issues_closed_count":39,"past_year_pull_requests_closed_count":504,"past_year_pull_request_authors_count":140,"past_year_issue_authors_count":107,"past_year_avg_comments_per_issue":2.2142857142857144,"past_year_avg_comments_per_pull_request":0.8529698149951315,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":441,"past_year_merged_pull_requests_count":197,"created_at":"2023-05-09T11:07:06.816Z","updated_at":"2026-08-15T15:24:40.063Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/grpc%2Fgrpc/issues","issue_labels_count":{"priority/P2":1354,"kind/bug":1113,"untriaged":534,"lang/Python":428,"lang/c++":414,"lang/core":349,"kind/enhancement":256,"disposition/requires reporter action":168,"priority/P3":118,"lang/ruby":105,"disposition/help wanted":91,"kind/question":87,"lang/C#":71,"lang/php":68,"disposition/never stale":64,"area/security":62,"area/build":44,"kind/internal cleanup":34,"disposition/stale":20,"release notes: no":19,"per-channel-memory/neutral":17,"lang/ObjC":16,"bloat/none":16,"lang/other":12,"platform/Windows":11,"TVC":10,"area/core":10,"platform/iOS":9,"lang/all":9,"area/api":8,"area/client channel":8,"platform/macOS":8,"per-call-memory/neutral":8,"area/test":7,"area/documentation":7,"priority/P1":7,"infra/Bazel":6,"per-call-memory/decrease":6,"priority/P0/RELEASE BLOCKER":6,"area/protoc plugins":6,"lang/all wrapped languages":5,"infra/CMake":4,"per-call-memory/increase":3,"area/interop":3,"disposition/good first issue":3,"release notes: yes":2,"lang/Java":2,"priority/P0":2,"lang/go":2,"area/infra":2,"lang/node":2,"disposition/FOR DISCUSSION":1,"platform/Android":1,"bloat/improvement":1,"area/performance":1,"infra/coverage":1,"disposition/cannot reproduce":1,"disposition/wontfix":1,"area/cronet":1,"disposition/on hold":1,"area/performance/benchmarking":1,"kokoro:run":1,"disposition/DO NOT MERGE":1},"pull_request_labels_count":{"release notes: no":8340,"per-channel-memory/neutral":7819,"bloat/none":6906,"lang/core":5764,"per-call-memory/neutral":5469,"lang/c++":2140,"per-call-memory/increase":1288,"exported":1272,"lang/Python":1255,"per-call-memory/decrease":1214,"imported":857,"release notes: yes":656,"lang/ObjC":610,"bloat/low":569,"lang/ruby":568,"lang/php":358,"lang/C#":334,"bloat/improvement":314,"area/build":282,"bloat/medium":256,"area/psm interop":168,"area/security":155,"area/test":141,"area/infra":128,"per-channel-memory/increase":81,"dependencies":79,"PR title format":61,"lang/all":58,"disposition/requires reporter action":57,"per-channel-memory/decrease":52,"kokoro:run":51,"disposition/never stale":50,"kind/internal cleanup":49,"priority/P0/RELEASE BLOCKER":48,"python":47,"area/documentation":47,"disposition/stale":44,"github_actions":30,"platform/Windows":26,"lang/all wrapped languages":25,"bloat/high":24,"disposition/DO NOT MERGE":24,"disposition/Needs Internal Changes":21,"perf-change/none":21,"lang/node":21,"area/core":19,"area/tools":17,"kind/bug":17,"disposition/not grpc python reviews":15,"platform/macOS":9,"perf-change/high":8,"platform/iOS":8,"area/interop":7,"area/packaging \u0026 distribution":7,"lang/Java":4,"lang/other":4,"area/performance":4,"kind/enhancement":4,"disposition/Work In Progress":4,"infra/buildgen":4,"perf-change/medium":4,"cla: yes":3,"kokoro:force-run":3,"disposition/ready to merge":3,"area/api":3,"area/protoc plugins":2,"lang/go":2,"priority/P2":2,"infra/Bazel":1,"area/performance/benchmarking":1,"perf-change/improvement":1,"disposition/on hold":1,"🔗 dependencies":1,"priority/P1":1,"bug":1,"kind/experimental api":1,"priority/P0":1},"issue_author_associations_count":{"NONE":1306,"CONTRIBUTOR":235,"MEMBER":63,"COLLABORATOR":3,"OWNER":1},"pull_request_author_associations_count":{"CONTRIBUTOR":4416,"MEMBER":3904,"NONE":2277,"COLLABORATOR":145,"OWNER":3},"issue_authors":{"markdroth":14,"yashykt":13,"veblush":13,"gnossen":13,"parthea":12,"apolcyn":12,"h-vetinari":10,"yuanweiz":9,"RubenGarcia":8,"jtattermusch":7,"bebuch":7,"jhump":6,"atollena":6,"ghost":6,"lidizheng":5,"d7d1cd":5,"Sunidhi-Gaonkar1":5,"LeiW000":5,"wkj827270243":5,"mehrdada":5,"coryan":5,"oakad":5,"ctiller":5,"chrisse74":5,"bshaffer":4,"anuraaga":4,"leeriorio":4,"AlekseiGalkin":4,"ml232528":4,"stanhu":4,"mudhireddy":4,"ejona86":4,"murgatroid99":4,"XuanWang-Amos":4,"erin2722":3,"vjpai":3,"casperisfine":3,"Rantanen":3,"gillmylady":3,"surajkottayi":3,"mering":3,"Tradias":3,"mtnpke":3,"HeenaBansal20":3,"egorpugin":3,"eugeneo":3,"ouillie":3,"copybara-service[bot]":3,"matejsp":3,"xiedeacc":3,"dimo414":3,"drfloob":3,"Avasam":3,"justeph":3,"embeddetech":3,"Boronyak":3,"suhovv":3,"tanvi-jagtap":3,"sergiitk":3,"snisorig":3,"sreenithi":3,"chadlwilson":3,"sparky2708":3,"remicollet":3,"mpv945":3,"void-mian":3,"HannahShiSFB":3,"neilconway":3,"jjyao":3,"namandp":2,"chjasonwu":2,"daniel-eiband-snkeos":2,"The-Git-Rain":2,"kpavlov00":2,"netpoetica":2,"rittneje":2,"ysk24ok":2,"WilliamDEdwards":2,"Roman-Byshliaha-Bose":2,"GaneshramU91":2,"bdhess":2,"stanley-cheung":2,"lidavidm":2,"gibsondan":2,"tenpura-shrimp":2,"torsten48":2,"ChameleonRed":2,"dazuma":2,"yandingyuan":2,"michbsd":2,"jsofri":2,"sherlock-zhouyh":2,"pravi":2,"Falco20019":2,"a44281071":2,"chokychou":2,"dseomn":2,"voroninp":2,"ArkadyRudenko":2,"ganesh-tn":2,"DmitriiGorelov":2,"5abeel":2,"outscale-hai":2,"coyzeng":2,"ohmayr":2,"yuanyuanJ":2,"yoonseok-kim":2,"segoon":2,"davidben":2,"alto-ruby":2,"smolkaj":2,"williamledda":2,"getsoubl":2,"johnsondeng":2,"hanzhichao":2,"jenstroeger":2,"dembekadam":2,"yousukseung":2,"qnik2":2,"erik-rainey-neurophos":2,"sergiocampama":2,"leleliu008":2,"JoanFM":2,"eicherseiji":2,"dfawley":2,"ashu-ciena":2,"yijiem":2,"barracuda156":2,"Nathan-M-code":2,"davinci26":2,"CosmoMaaya":2,"fg91":2,"bhaeussermann":2,"kloczek":2,"qlisc":2,"bdraco":2,"rainwoodman":2,"SJLBenjamin":2,"MohsenPrg":2,"rameshpasunoori":2,"korDen":2,"joybestourous":2,"moubctez":2,"DoDoENT":2,"tvalentyn":2,"lukedukeus":2,"hungptit":2,"Kielek":2,"xim":2,"ToucanBran":2,"Houbein":2,"chazov-ts":2,"macintoshplus":2,"KeithMoyer":2,"AMontagu":2,"avelychko12":2,"eladm-ultrawis":2,"laramiel":2,"Thalhammer":2,"alexeykudinkin":2,"saurabhjangir":1,"sumitsharansatsangi":1,"hnutank163":1,"tony2001":1,"strophy":1,"MrShemek":1,"thjwhite":1,"topletal":1,"bjosv":1,"AlainGIGNAC":1,"JustinusJJ":1,"Closius":1,"knapo":1,"fruwolt":1,"micolous":1,"arvidfm":1,"hdnn":1,"randrewy":1,"FMeinicke":1,"jgehrcke":1,"amitwaisel":1,"NivedhaSenthil":1,"Asurrider":1,"Light-City":1,"mikehb":1,"goto40":1,"christopheblin":1,"suntropez":1,"TPXP":1,"alexandervpetrov":1,"qifanzhang-ms":1,"garthgoodson":1,"Ams-tee":1,"SaurabhGrade":1,"mishas":1,"zasweq":1,"squarejesse":1,"mkschulze":1,"travip":1,"womblep":1,"jakeschroeder-fountaindigital":1,"DarkMatter9309":1,"sodul":1,"StarSupreme":1,"kynx":1,"nicholasbailey":1,"nramanadh":1,"rahejapankaj":1,"Flamefire":1,"kiloyqp":1,"SeptoDog":1,"Grummfy":1,"darkdragon-001":1,"poojavp95":1,"kelteseth":1,"shenxianpeng":1,"lixiaoshuai666":1,"skumar1987":1,"ni-jfitzger":1,"jiri-cholasta-tfs":1,"jossef":1,"opt-liang":1,"blloyd75":1,"nickylba":1,"LuckySting":1,"AnthonyWharton":1,"piotratlz":1,"georgettica":1,"niyonx":1,"shelilevine":1,"thatch":1,"dellis1972":1,"xuzhongxing":1,"find3kan0":1,"mw66":1,"alexanderkazakevich":1,"Dandi007":1,"GZhu0831":1,"zhkvia":1,"Jia-Baos":1,"NotWearingPants":1,"tiwariashish86":1,"mike-nugent-mongodb":1,"Triptikothari":1,"sudhanshu-deshmukh-fw":1,"mrbrown-09":1,"seemoritz":1,"TomaszNo":1,"lucian-student":1,"alaeddine-13":1,"gu0keno0":1,"ArthurBook":1,"rochaudhari":1,"sk-":1,"ditgittube":1,"Janemorrison":1,"DavidRobb":1,"raihav":1,"zhiyanfoo":1,"MasterSergius":1,"johan-lindqvist":1,"vtharmalingam":1,"macrogreg":1,"pahjbo":1,"glennschmidt":1,"raakella1":1,"phbasler":1,"Bernd-Tinkl-ASCONA":1,"ramilmsh":1,"PureTryOut":1,"mmjkelso":1,"stasos24":1,"emmac3":1,"imarinmed":1,"sreelakshmi1608":1,"BurningEnlightenment":1,"josiahlaivins":1,"ali-tahiri-pro":1,"mkopentag":1,"v-for-vandal":1,"jnrhee":1,"bduclaux":1,"emiliogq":1,"jmenok":1,"ziglerari":1,"iulian-gm":1,"big1bear":1,"Hackerl":1,"shubham-rapidops":1,"ivan-golub":1,"astrema":1,"khadflow":1,"purujitgoyal":1,"jstet":1,"tcaddy":1,"Anton3":1,"DS-Serafin":1,"saurav935":1,"nipil":1,"janskto1":1,"neuliyiping":1,"gz-oai":1,"chihirotran":1,"dbrasseur-aneo":1,"cdayjr":1,"kehiy":1,"xiacunshun":1,"jiangtaoli2016":1,"matthewdeng":1,"skumari123":1,"nocive":1,"plachta11b":1,"lvfuchao":1,"ywh233":1,"saschanaz":1,"prashantgupta24":1,"rdghickman":1,"dornbirndevelops":1,"DriveAthelete":1,"sherlock1982":1,"sourabhsinghs":1,"francisbolduc":1,"berkanteber":1,"chuchu":1,"matthewstevenson88":1,"riking":1,"eliminyro":1,"JaydenFish":1,"alevenberg":1,"grubles":1,"ipazanin":1,"carldanley":1,"Willjay90":1,"lovepurple":1,"salaaad2":1,"mikelam92":1,"koliyo":1,"saranya-satyavolu07":1,"davidhcoe":1,"guoxiangzhou":1,"sanlem":1,"CoinCheung":1,"FedirAlifirenko":1,"dhalperi":1,"kkimdev":1,"ScorNinja":1,"lanlin":1,"GNL10":1,"rigasdannbs":1,"y-yagi":1,"mmirkows":1,"Rainning-Tacos1":1,"curtiscook":1,"Tsan1024":1,"equivalent":1,"awong-evoiq":1,"ShivaniSK":1,"ebf42":1,"hercul1017":1,"ryandesign":1,"AlexSJJ":1,"dlbuhtig4096":1,"antoine-ansari":1,"erikhartigltn":1,"JACKCHEN96":1,"kurt-wasabi":1,"patrickfreed":1,"TobyEalden":1,"ropinheiro":1,"pianofab":1,"guven":1,"kostyay":1,"rubuslab":1,"thomasdziedzic-census":1,"dengao123":1,"dpetrou-continua":1,"SubraSwami":1,"staticdev":1,"mstefanini":1,"vishwarajanand":1,"james-spears":1,"juandelacruz-calvo":1,"XinLin":1,"sathishk-r":1,"osexpert":1,"TPapajCin":1,"morambro":1,"alangenfeld":1,"Chise1":1,"phkrl":1,"abruyat":1,"andyblackheel-acclaim":1,"chuan9":1,"Cananito":1,"Kiddinglife":1,"xanather":1,"agn82kv":1,"xjtian":1,"fengyeall111":1,"Zhaojun-Liu":1,"AlexanderChernikov":1,"wfangyan":1,"eduard-bystrov":1,"EunjeongChoi414":1,"jijiwawa":1,"atul-bhalerao-alludo":1,"carsomyr":1,"M0n7y5":1,"Livius90":1,"danielfromCL":1,"peterwishart":1,"dirkbaum":1,"kamilglod":1,"opcoder0":1,"AArnott":1,"pranasge":1,"Abdullah-l":1,"julienlavergne":1,"augi":1,"liutttttttt":1,"greensky00":1,"maxlein":1,"tseaver":1,"anders-wind":1,"alokpr":1,"vasylstrogushr":1,"larsonmpdx":1,"Nido2001":1,"johnousterhout":1,"ctrysbita":1,"SD-13":1,"torchbear":1,"kellyprankin":1,"hukaidong":1,"rockingmit":1,"Frogmm":1,"BusyJay":1,"ianonavy":1,"paulb777":1,"zhengdengwei":1,"installerscarstereo":1,"cavator":1,"ripatel-fd":1,"INF800":1,"shadydealer":1,"ginoledesma":1,"mortie":1,"GuDuJian-J-Zhang":1,"js-nano":1,"mmmmyyy":1,"wardVD":1,"kboniadi":1,"cadzchua":1,"ringtailpasqualefranzese":1,"anaisasamaniego":1,"fzaruch":1,"c-ryan747":1,"LjubeBoskovski":1,"spchamp":1,"AntonPetrov83":1,"fahhem":1,"Altickium":1,"saiaprameya":1,"gabkhanfig":1,"aravindjayanthi98":1,"vikrampunchh":1,"oblomingo":1,"HenryHo2006":1,"p1x31":1,"miroswan":1,"mwlang":1,"mayuehit":1,"elharo":1,"PavelKsdnv":1,"lk-1984":1,"sid1029":1,"mikeloomisgg":1,"shenwei888":1,"lakshmi-a":1,"mgravell":1,"coudy":1,"tarek857":1,"rjhuijsman":1,"mantasmatelis":1,"radovanZRasa":1,"shubh-shubham":1,"Bijetha123":1,"xkam1x":1,"rickmark":1,"Yamahari":1,"s22chan":1,"breathefreshair":1,"zyx199518":1,"For-thewin":1,"DamienBuhl-EH":1,"ArdentLeKhey":1,"dragon512":1,"colinbendell":1,"SimFG":1,"slnw":1,"byhang":1,"Feby0":1,"jorgerodriguezsj":1,"Huang-Hong":1,"RReichert":1,"ofiriluz":1,"william02210":1,"gengliqi":1,"p-pautov":1,"jkwuc89":1,"Saleemfarheen1":1,"bufdev":1,"sshoster":1,"Ikke":1,"RubenFK":1,"jaystarshot":1,"AdamWalt":1,"OYQ":1,"cookiefission":1,"evgmoskalenko":1,"Eagle3386":1,"joelwilliamson":1,"jonco5555":1,"FEIZZER":1,"maburlik":1,"aira-xite":1,"TedLyngmo":1,"djanku":1,"subbota-a":1,"coryanderson-nomi":1,"exiledkingcc":1,"XrXr":1,"smanghate":1,"ashupednekar":1,"yliang-cb":1,"mradamhoward":1,"alexleel":1,"mukund-ananthu":1,"phungxuanvuong":1,"hpaul":1,"ruland":1,"jaydorsey":1,"cswilliams":1,"ikalnytskyi":1,"haorenfsa":1,"Nshtk":1,"brigam001":1,"paulodiovani":1,"TimOrtel":1,"Loschcode":1,"MaSven":1,"JiangHai2011":1,"Xadeck":1,"raphaelsom":1,"lindazha0":1,"maierlars":1,"GavBurke":1,"shyim":1,"tonicsoft":1,"yash30201":1,"bknl":1,"AndrewCustomSumIT":1,"georghinkel":1,"qazwsxedcrfvtg14":1,"magnesj":1,"roringel":1,"dbolduc":1,"kfirfer":1,"RiichardCC":1,"chimaerase":1,"euroelessar":1,"yfismine":1,"Abacn":1,"chernenkov-ayu-sbmt":1,"yeke24":1,"kagancapar":1,"villainy":1,"vii":1,"kalash-job":1,"nsdfxela":1,"dorner":1,"mert-kirpici":1,"thompson-tomo":1,"ztqsteve":1,"z4v4l":1,"y4n9squared":1,"xjxu-09":1,"noahdav":1,"lfyLEE":1,"limburgher":1,"vatine":1,"ploo6669":1,"megorit":1,"dilipnd":1,"leadscloud":1,"balshetzer":1,"dineshR478":1,"shunping":1,"kleblackford":1,"itamarsher":1,"hanming-nls":1,"kanevbg":1,"vmaganti":1,"kuntryn":1,"rocheldebbrarmke":1,"ajithcodesit":1,"b26168":1,"Startouf":1,"rlarss":1,"ka4ivan":1,"IIFE":1,"jpsenior":1,"Anam9":1,"jeremiahrose":1,"rc1971":1,"rvandegrift":1,"RuyeRuye":1,"WizMe-M":1,"alexeygritsenko":1,"elkanatovey":1,"elfahxh":1,"karthikravis":1,"ahaeber":1,"dawidcha":1,"woshiyue253":1,"harry-dnv":1,"rigma":1,"romanek-adam-b2c2":1,"xiaoleitongxue":1,"JeffreyChee":1,"HasanMdArik":1,"Mingli-001":1,"teije01":1,"philstahlfeld":1,"RonanMcCarthy":1,"tarrade":1,"pjchungmd":1,"mochaaP":1,"RenfengLiu":1,"mubashir2k17":1,"gaganbasra":1,"chriswolske":1,"inferno-umar":1,"simPod":1,"joao00001":1,"jwatte":1,"tweej":1,"jasdeepsingh":1,"Osurac529":1,"waketzheng":1,"KlemensE":1,"laogaolao":1,"Ayirus32":1,"chongshenng":1,"WillSuo-Github":1,"RobQuistNL":1,"ne1llee":1,"kwan-research":1,"HoneyryderChuck":1,"comius":1,"pmoosman":1,"chxdeng":1,"legaul-cisco":1,"Caeoon-Kaihong":1,"jiangqucheng":1,"mrmichaelrb":1,"jinmel":1,"mocsharp":1,"lklein53":1,"michaelbrooks":1,"BarrieBoi":1,"Su-yj":1,"jasonculverhouse":1,"tomsoftware":1,"deepalakshmic":1,"zhccsd":1,"maaft":1,"ngan":1,"taliastocks":1,"jensenbox":1,"zepen":1,"BHSPitMonkey":1,"vpatodia":1,"jluebbe":1,"rLinks234":1,"gapro20022":1,"Kexi2071":1,"dpservishex":1,"BalestraPatrick":1,"ioquatix":1,"athexweb3":1,"gmadanreddy":1,"robertr-37":1,"veron-eng":1,"qwerwwwz":1,"Davitron":1,"sastrykvsn":1,"sri-harish-k":1,"bazaneli":1,"yblin00":1,"akshayjshah":1,"afeldman1":1,"marinarasub":1,"aderk":1,"web4zn":1,"htyeim":1,"grefab":1,"rostik404":1,"andyblackheel":1,"nerdrew":1,"XavierGeerinck":1,"anthonyalayo":1,"dabulla":1,"bohrjoce":1,"zhtzeng":1,"ikaryoti":1,"ancalita":1,"ayyoubelamrani4":1,"sinFunc":1,"rauanmayemir":1,"ebraraktas":1,"howieleung":1,"seanstory":1,"Dreamsorcerer":1,"prnvbn":1,"Hnasar":1,"wjones127":1,"Kimahriman":1,"Jefferson111":1,"townsend2010":1,"MattDynamite":1,"tapetersen":1,"wanjuntham":1,"sfc-gh-mhazy":1,"hirorogithub":1,"valduanee":1,"KapKapkin":1,"gustavoaca1997":1,"TomasWell":1,"Bartarian":1,"Fabian918":1,"tomwpid":1,"jungleraptor":1,"dkkoma":1,"liyuenan2333":1,"dupbr01":1,"soumen-eric":1,"AITech19":1,"tsmith023":1,"Malevrovich":1,"mtahmed":1,"abramsba":1,"Rjevski":1,"rajeshgopu":1,"ajupazhamayil":1,"zyxue":1,"tiolan":1,"baihao":1,"Janneman84":1,"DmitryYurov":1,"kefiriaus":1,"karthik-kinara":1,"wookookie":1,"an15221315127":1,"hkmo99":1,"alexcpn":1,"Allen-Webb":1,"ssachinbharadwaj":1,"hongnod":1,"erictamlam":1,"leslieluyu":1,"stinovlas":1,"octaviansima":1,"niquepolice":1,"Multox":1,"Tabrizian":1,"mashoodk":1,"iamnoah":1,"jgornowich":1,"bongzlive":1,"msbasanth":1,"sai-sunder-s":1,"andrewrk":1,"essandess":1,"flipkickmedia":1,"srikanthccv":1,"jackwootton":1,"johanbrandhorst":1,"gitpushdashf":1,"gonzalezzfelipe":1,"rvzanten":1,"dimaqq":1,"swatisharma12345":1,"nathanieltagg":1,"Alxspb":1,"mastergberry":1,"riadhelloumi":1,"eavelardev":1,"zgjja":1,"nhawrysh":1,"tedjenneycsi":1,"vorkauteer":1,"abrausch":1,"ser-sergeev":1,"anex-at-work":1,"github-actions[bot]":1,"deepaksree":1,"manukyandavid":1,"hellishfire":1,"jack-tutor":1,"mahlberg":1,"sapiovesanunivision":1,"OliverF2022":1,"mjcarroll":1,"jhance":1,"icegull":1,"wannacry801":1,"peggyxia-alj":1,"marekp0":1,"CareF":1,"Ebenholt":1,"Gaurav0411GitHub":1,"waxxmaster":1,"jeremyschlatter":1,"jakubednarek":1,"huerni":1,"gkousik":1,"christianscott":1,"pritamdamania87":1,"janboelke":1,"bkeryan":1,"stefan301":1,"ZexxHacking77":1,"jakehvh":1,"eli-schwartz":1,"hribz":1,"mokshmalik5757":1,"sshishov":1,"bouk":1,"snps-jfaust":1,"FyiurAmron":1,"tomkark":1,"kikcorp":1,"henryluoheng":1,"hyerra":1,"adamcunnington-mlg":1,"serge30":1,"BarbosaFabiano":1,"MRajcic":1,"BorisRado":1,"yeshenyong":1,"lbw951221":1,"4a-42":1,"ravenblackx":1,"matthewjmiller1":1,"opottone":1,"varsh0404":1,"hjwp":1,"rdesgroppes":1,"atokarev":1,"shrewddd":1,"denik":1,"pcarrier":1,"zizhong":1,"superbug8848":1,"felix021":1,"rosebyte":1,"lowgear":1,"maciek01":1,"MarkProminic":1,"sezan92":1,"bruno-":1,"onet2520":1,"y1longma":1,"malkia":1,"huguesalary":1,"sgulyaevsky":1,"bxlxx":1,"glu0516":1,"Vedhachala29":1,"nichite":1,"jun9090":1,"petur-keystrike":1,"przemek-kieszkowski":1,"parabolala":1,"sjoerdvandenbos-prodrive":1,"jasonbrown-alis":1,"zhiweiyin318":1,"RmStorm":1,"MarioCaricato":1,"nitinpo-Kore":1,"rainerschoe":1,"baelter":1,"makdharma":1,"Marco-ZhangTK":1,"wenwenchenbosch":1,"sahdev77":1,"hifron":1,"eValker":1,"jcampbell05":1,"aaliddell":1,"Balalarga":1,"Banger":1,"technicalpickles":1,"xkszltl":1,"okravets":1,"KalyanKundella":1,"TaherLkdw":1,"MHDante":1,"freakboy3742":1,"Drarig29":1,"jiankong-microsoft":1,"mgiessing":1,"dws":1,"jairaju":1,"Gadzillion":1,"jasonmreding":1,"gfrankliu":1,"mnff":1,"GrahamCampbell":1,"ehdlsgur99":1,"ParmeshMathur":1,"ssmnr":1,"kramarz":1,"anshuman-goel":1,"marcindulak":1,"arnaud-lb":1,"tomwardio":1,"berolinux":1,"ajsmksja":1,"ensonic":1,"dragossusi":1,"sandeepgd":1,"Faizekhan-fk":1,"shanduur":1,"varkey98":1,"importRyan":1,"comtihon":1,"stephen-ryan-ansys":1,"Agent-Hellboy":1,"mfrischknecht":1,"clehner":1,"jackshi0912":1,"ramarkandasamy":1,"mikex-oss":1,"yakjuly":1,"andrepcg":1,"andreas-ibm":1,"paul-at":1,"Dave-Lowndes":1,"rmstar":1,"rssh":1,"CommonGuy":1,"hollste":1,"ajit-singh-ai":1,"rwstauner":1,"jonyscathe":1,"mahbabu":1,"XOR-op":1,"jeremywadsack":1,"rcbandit111":1,"JamesNK":1,"yangsongx":1,"btakita":1,"zbordas-kollective":1,"jecknig":1,"mcebo76":1,"Thundercleez":1,"ZhangChaoming":1,"vuukle":1,"tanzim":1,"ThomasKoppensteiner":1,"jeady":1,"jonyjo":1,"pedro-vicente":1,"andrisll":1,"vargrant":1,"zhangbo1882":1,"ftsui":1,"nchammas":1,"gitterhitter":1,"sujiths":1,"matttbe":1,"rakeeb-hossain":1,"MarCialRG":1,"d-zhukov":1,"ctriley":1,"AlexABorisov":1,"155cannon":1,"esaaprillia":1,"jahodfra":1,"arjan-bal":1,"Timelessprod":1,"kettenbach-it":1,"paigeruppel-upstart":1,"TusharJadhav":1,"garrydzeng":1,"Sshnyari":1,"b-corry":1,"mbbyn":1,"sganapathy1312":1,"docktermj":1,"samiulextreem":1,"dashsatish":1,"SeminDM":1,"SurferJeffAtGoogle":1,"seniorquico":1,"DannyMeister":1,"john-forrest":1,"rgc183":1,"exstreme":1,"Etienne-M":1,"prakashbadri-arista":1,"Qotondheer":1,"subox":1,"oceanshizhj":1,"patverb":1,"songchuanl":1,"yang7776":1,"pva":1,"warmtrick":1,"blowmage":1,"bluenight1994":1,"phallot":1,"supperwangli":1,"vancromy":1,"gmweaver":1,"ikstewa":1,"newswangerd":1,"itno1serviceapp":1,"chi-jams":1,"dev-comrade":1,"wescpy":1,"troyswanson":1,"scfwilson":1,"Ryanf55":1,"ZeN220":1,"npoltorapavlo":1,"BohdanBuinich":1,"soumik0108":1,"ferstlf":1,"sr-gi":1,"spiritlcx":1,"DylanRussell":1,"kyleotero":1,"marlinpierce":1,"scalpel4k":1,"Mavis-Dong":1,"illeatmyhat":1,"dubvulture":1,"cbornet":1,"kyuds":1,"vishaalram02":1,"Aayush-Goel-04":1,"vhaldemar":1,"sriedel":1,"TheCactusBlue":1,"maorlipchuk":1,"FloyzenCode":1,"MatthewT123":1,"jasseur2017":1,"codefever":1,"adityaaa-31":1,"bhagyashrigai":1,"daniel-sanche":1,"Silfra-glacier":1,"mglowinski93":1,"justinvp":1,"friscoMad":1,"luochen52":1,"neucer":1,"glaubitz":1,"JonMcDevitt":1,"logstashbugreporter":1,"eladmaimoni":1,"Hundred-Killer":1,"kirill21221212":1,"thommyho":1,"armisael":1,"pcj":1,"mengxinxiaoqiang":1,"heinemml":1,"villainb-dg":1,"Rnkind":1,"rickyyx":1,"Arfench":1,"rlubke":1,"zhulove86":1,"bk-one":1,"jjELT":1,"RudraDudhat2509":1,"nick-lawrence-ctm":1,"deng-wenchao":1,"benhansen-io":1,"JDr111":1,"shareefj":1,"justincely":1,"mrezzaaa":1,"can-anyscale":1,"arunkrishnan92":1,"aignas":1,"octurion":1,"genosmrpg7899":1,"AntonKanug":1,"siepkes":1,"cudothanh-Nhan":1,"samskiter":1,"axonasif":1,"Taiizor":1,"jdv85":1,"jzelinskie":1,"cherylEnkidu":1,"morotti":1,"Deeud":1,"chenrui333":1,"exploman":1,"henderkes":1,"jahamilton12121":1,"kunal5":1,"gwnet":1,"heshiyingx":1,"RileyEv":1,"zbentley":1,"electroglyph":1,"MatthijsPrent":1,"yihuazhang":1,"jasonbeach":1,"cmb69":1,"tawsifjamil":1,"hq6":1,"varun-cohere":1,"1wowa":1,"areche":1,"vencakrecl":1,"mkr":1,"julianoes":1,"hofst":1,"awall":1,"J0hn3ch":1,"tomdmoore":1,"justyun":1,"SimSmith":1,"b04112106":1,"saurabh-iOS2":1,"musicinmybrain":1,"melgenek":1,"ksator":1,"stanLec":1,"wsoesanto":1,"sjkummer":1,"ryanolson":1,"igorbernstein2":1,"RayWHL":1,"SaidKec":1,"q0dr":1,"notjulin":1,"upcFrost":1,"bdomen-ggl":1,"Vn0m":1,"acoulton":1,"x-yuri":1,"overthetop":1,"123pierre":1,"jdcalvin":1,"ActualAl":1,"neontorrent":1,"s-matyukevich":1,"Fireshtorm1k":1,"larashores":1,"Dlougach":1,"thalha-a9":1,"abdullahaygun":1,"lijok":1,"wconti27":1,"CloudBai1769":1,"dajofrey":1,"anishnath":1,"Abhishekghosh1998":1,"felschr":1,"li1786422":1,"jeffdunn":1,"TobiasGrether":1,"piano-man":1,"liusen961006":1,"onelxj":1,"Icyfiremario":1,"rgbav":1,"sanketsystems":1,"apach301":1,"aidanwolter3":1,"wannabesrevenge":1,"cdimartino":1,"maxence-oden":1,"cchwasd":1,"dconeybe":1,"arvindbr8":1,"nanonyme":1,"dave-pollock":1,"mark-dorrell":1,"itsemmanuelfrancis":1,"slrom":1,"Axinfinity":1,"isanych":1,"sand7000":1,"sanjaypujare":1,"genesysvip":1,"donis":1,"Clcanny":1,"TilGP":1,"matheussrsap":1,"Krit38":1,"aaltat":1,"thomkopp":1,"ghsanti":1,"ningmingxiao":1,"jaykrell":1,"wirlessBrain":1,"omajid":1,"cauthu":1,"tgummerer":1,"sclei":1,"shushenghong":1,"ZhenLian":1,"push-22":1,"jonnydee":1,"liulixiang1988":1,"shishamo":1,"marcbak":1,"obrie":1,"Rossco8":1,"ruwatana":1,"kalyan321":1,"leonstd":1,"jvesely":1,"kbarry-aurora":1,"zhizhi-dev":1,"djkcyl":1,"SuperQ":1,"wbarnha":1,"Tinder-OscarBerggren":1,"Green7":1,"justdoit0823":1,"lripoche":1,"sedovserge":1,"udhai98":1,"artificial-aidan":1,"venganesh":1,"timflapper":1,"tylerbrandt":1,"fatkodima":1,"donnadionne":1,"edoardo-borsato":1,"KrishnAgrawal1":1,"cardslam":1,"EwanValentine":1,"jaankoi":1},"pull_request_authors":{"copybara-service[bot]":1771,"ctiller":1485,"tanvi-jagtap":934,"markdroth":689,"yashykt":639,"veblush":590,"drfloob":511,"XuanWang-Amos":367,"eugeneo":334,"sergiitk":221,"yijiem":167,"apolcyn":163,"github-actions[bot]":162,"asheshvidyut":159,"HannahShiSFB":135,"sreenithi":123,"ac-patel":90,"pawbhard":84,"gtcooke94":84,"dependabot[bot]":79,"gnossen":74,"yousukseung":70,"matthewstevenson88":63,"stanley-cheung":61,"Vignesh2208":61,"jtattermusch":55,"sourabhsinghs":52,"kannanjgithub":46,"paulosjca":39,"rishesh007":38,"rockspore":36,"ananda1066":35,"alto-ruby":34,"yuanweiz":31,"arjan-bal":28,"nanahpang":27,"anniefrchz":26,"mohitdebian":23,"ejona86":20,"nipil":19,"murgatroid99":19,"mering":19,"tonydnewell":18,"arvindbr8":18,"NathanBaulch":18,"chadlwilson":17,"AgraVator":16,"purnesh42H":14,"shivaspeaks":14,"erm-g":13,"Zgoda91":13,"zarinn3pal":13,"aadikapur":12,"y-yagi":11,"stanhu":10,"rajatnaik0405":10,"easwars":9,"parthea":9,"ganesh-tn":9,"rwstauner":9,"ericsalo":9,"Anitha24597":8,"siddharthnohria":8,"zasweq":8,"dawidcha":7,"tj-google":7,"aditya-1112":7,"ajinkyakulkarni75":7,"stunner-07":7,"aslam9691":7,"Sunidhi-Gaonkar1":6,"kpavlov00":6,"victorvianna":6,"YifeiZhuang":6,"ttarnogrodzki":6,"d7d1cd":6,"lepistone":6,"chjasonwu":6,"sastryvp":6,"dfawley":6,"ralphchung":6,"larry-safran":5,"vrao423":5,"mmorel-35":5,"h-vetinari":5,"sifmelcara":5,"benjaminp":5,"magic-peach":5,"mario-vimal":5,"bjosv":5,"eshitachandwani":5,"badshah400":5,"jdcormie":5,"wanlin31":5,"ztqsteve":4,"ouillie":4,"rainwoodman":4,"RedMarcher":4,"chansen3":4,"XananasX7":4,"AlienCookie":4,"nvh0412":4,"irhum":4,"jagtaptanvi":4,"sayuprc":4,"vencakrecl":4,"Romain-Geissler-1A":4,"cuongth":4,"zackwintermdb":4,"henrytien":4,"RomantsovS":4,"comius":4,"brad0":4,"mkruskal-google":3,"casperisfine":3,"peterzhu2118":3,"mohanli-ml":3,"temawi":3,"alexeykudinkin":3,"keith":3,"carrerasdarren-cell":3,"adyaksaw":3,"swainc-git":3,"a-detiste":3,"vladbarosan":3,"acozzette":3,"mikefan1991":3,"Vishwanatha-HD":3,"Tasssadar":3,"lidizheng":3,"zishuzy":3,"wltu":3,"LeiW000":3,"georgthegreat":3,"anicr7":3,"foslock":3,"ssam18":3,"ftsui":3,"farazahmadkhan":3,"metsw24-max":3,"paskozdilar":3,"tienbian":3,"arshsmith1":3,"AshZhang":3,"waketzheng":3,"pcc":3,"ginayeh":3,"apolukhin":3,"Pranjali-2501":3,"grohman-hub":3,"aeubanks":3,"artemmiyy":3,"fyrsta7":3,"davidben":3,"Allen-Webb":2,"YadongQi":2,"Sneha507952":2,"robgraeber":2,"adzap":2,"tfg4":2,"bact":2,"hferreiro":2,"coryan":2,"am1O":2,"subhraOffGit":2,"juandelacruz-calvo":2,"xanather":2,"UebelAndre":2,"haileyok":2,"rushaan105gandhi":2,"juergbi":2,"Tradias":2,"dentiny":2,"musicinmybrain":2,"purajit":2,"asedeno":2,"Spacy-Creator":2,"maffoo":2,"jmestwa-coder":2,"omajid":2,"isidroas":2,"matheussrsap":2,"honsunrise":2,"nolasconapoleao":2,"villainb-dg":2,"Sultanalbkr":2,"wang178c":2,"Wyverald":2,"mehrdada":2,"gilbertalgordo":2,"ram-nadella":2,"GPacenza":2,"awong-evoiq":2,"amatteis":2,"csapuntz":2,"Drarig29":2,"atetubou":2,"youyuanwu":2,"fklassen":2,"fotos":2,"rpt-lithic":2,"fredden":2,"rschu1ze":2,"tianqiii666":2,"rprichard":2,"gonzalezzfelipe":2,"bmwiedemann":2,"shu-yusa":2,"ziglerari":2,"jack-tutor":2,"JasonnnW3000":2,"luxe":2,"scwhittle":2,"antmeehan":2,"merlimat":2,"t-b":2,"amykhuang":2,"chenrui333":2,"dmaclach":2,"0-wiz-0":2,"lbh930":2,"mreininghaus":2,"pmoosman":2,"jiangqucheng":2,"mahinpandya":2,"edoardo-borsato":2,"michaelg100":2,"lripoche":2,"antoniossaliba":2,"wannabesrevenge":2,"EngHabu":2,"sanjaypujare":2,"Ttris1":2,"ikalnytskyi":2,"denik":2,"shrewddd":2,"matthewjmiller1":2,"chrisse74":2,"kirpichik":2,"GameRoMan":2,"erin2722":2,"JoanFM":2,"DaanishShaikh":2,"mboutet":2,"antonysouthworth-halter":2,"Roman-Byshliaha-Bose":2,"ncooke3":2,"michaelchen-stripe":2,"deeedob":2,"xrmx":2,"Anti83":2,"Karticoder":2,"llucax":2,"akshayjshah":2,"Gobot1234":2,"zbilun":2,"ioquatix":2,"JuneYan":2,"akshaysngupta":2,"robertaistleitner":2,"Jan-E":2,"qiangzhao":2,"vtsao-openai":2,"IamTugy":2,"amalvivek":2,"MatheusNtg":2,"haberman":2,"helly25":2,"ekzhang":2,"Anurag-Modak":2,"kagancapar":2,"lcniles":2,"sfc-gh-dbieliaiev":2,"weitzhandler":2,"Nicop06":2,"georgeliao":2,"andresbeltranmsft":2,"paulb777":2,"weisisea":2,"Liftyee":2,"simia":2,"xroche":2,"fahadahammed":2,"XrXr":2,"hknielsen":2,"augi":2,"HO-COOH":2,"ikonst":2,"antonkesy":2,"khmyznikov":2,"sloretz":2,"sergiocampama":2,"wingmancover":1,"gaschler":1,"kyleotero":1,"mattpaletta":1,"mvanhorn":1,"Nicolas-EM":1,"prasanna8585":1,"muxi":1,"nikzayn":1,"nascheme":1,"T3RR7":1,"thisisnotapril":1,"lopsided98":1,"lixin963":1,"mgravell":1,"flier":1,"suryadev99":1,"jlambert121":1,"dcermak":1,"y-okamoto-1113":1,"koteshyelamati":1,"pravi":1,"nicolasnoble":1,"SilverBzH":1,"dexyk":1,"xiacunshun":1,"barracuda156":1,"tobyh-canva":1,"gaganhr94":1,"ppagnotto-arista":1,"euroelessar":1,"uecasm":1,"Falco20019":1,"jankatins":1,"yx-altera":1,"JelteF":1,"PlumeSC":1,"livingstaccato":1,"swatchion":1,"znaczko":1,"rmainil":1,"pr644":1,"kyrylo":1,"ashrithaudpikar":1,"James-Bao":1,"chinazhangchao":1,"DanilChapovalov":1,"jbcm1234":1,"larouxn":1,"lexi-nadia":1,"aptalca":1,"AryanP45":1,"isasmendiagus":1,"dconeybe":1,"roman-kutashenko":1,"medhatiwari":1,"quantumsheep":1,"zashroof":1,"jbedard":1,"pnacht":1,"RudraDudhat2509":1,"Basavaraju-G":1,"wiggzz":1,"gh4683":1,"BJClark":1,"tdbhacks":1,"stanbot8":1,"n3f":1,"junyer":1,"Willjay90":1,"teeler":1,"fowles":1,"himasajeev":1,"molto0504":1,"hxaxd":1,"oakad":1,"jagranados-dev":1,"carlocab":1,"blurman-ai":1,"CareF":1,"bmalinconico":1,"2Himanshu":1,"chandra-siri":1,"mike-matera":1,"JamesNK":1,"scotthart":1,"jjmanton":1,"WilliamDEdwards":1,"munwar24":1,"dpronin":1,"lordgamez":1,"dws":1,"bohrjoce":1,"Kimahriman":1,"tomsoftware":1,"kcooney":1,"mbissa":1,"mojh7":1,"EnergySRE":1,"mamingh178":1,"jrandolf":1,"wookookie":1,"Vn0m":1,"hcaseyal":1,"SaidKec":1,"thalha-a9":1,"bstoll":1,"holly-agyei":1,"MartinNowak":1,"smolkaj":1,"macastelaz":1,"grrtrr":1,"wantedxnn":1,"kchygoe":1,"aeitzman":1,"EByrdS":1,"orbisai0security":1,"mahlberg":1,"Malevrovich":1,"yueshuaijie":1,"manan2212":1,"i-do-cpp":1,"Alb3e3":1,"yihuazhang":1,"sampajano":1,"jwu-roblox":1,"laramiel":1,"Alfus":1,"MuhammetErdur":1,"gregestren":1,"kevin-pan-skydio":1,"apach301":1,"mtodd":1,"dogahe":1,"alwaysprince05":1,"krestofur":1,"scottcrossen":1,"skaslev":1,"juliencamille-hartmann-simplisafe":1,"googlyrahman":1,"vchigrin":1,"uwezkhan":1,"kaylareopelle":1,"irvifa":1,"kylebrooks-8451":1,"rootvector2":1,"phlax":1,"flavorjones":1,"huntsman90":1,"shyim":1,"simPod":1,"mochaaP":1,"ysk24ok":1,"ruthwikkakumani":1,"kitaisreal":1,"0oWoodenDooro0":1,"VolinNilov":1,"nancylucy01":1,"wjwwood":1,"mnito":1,"botovq":1,"CsterKuroi":1,"evanj":1,"negram":1,"pboulos":1,"MathiasGr":1,"bshaffer":1,"Diya-Aggarwal":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-15T00:00:07.468Z","repositories_count":16037248,"issues_count":40246555,"pull_requests_count":130429268,"authors_count":11454201,"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":{"priority/P2":86,"kind/bug":71,"untriaged":53,"lang/Python":42,"lang/core":34,"lang/c++":27,"kind/enhancement":21,"disposition/requires reporter action":7,"area/security":6,"lang/ruby":5,"area/build":4,"disposition/never stale":4,"TVC":4,"priority/P1":3,"lang/php":3,"area/test":3,"release notes: no":2,"area/infra":2,"bloat/none":2,"platform/Windows":2,"per-call-memory/neutral":2,"per-channel-memory/neutral":2,"lang/all wrapped languages":1,"disposition/help wanted":1,"disposition/DO NOT MERGE":1,"platform/iOS":1,"priority/P0":1,"priority/P0/RELEASE BLOCKER":1,"priority/P3":1,"lang/C#":1},"past_year_pull_request_labels_count":{"release notes: no":725,"per-channel-memory/neutral":680,"per-call-memory/neutral":673,"bloat/none":576,"lang/core":556,"exported":360,"lang/c++":195,"lang/Python":149,"release notes: yes":82,"bloat/low":53,"lang/ObjC":49,"bloat/medium":42,"lang/ruby":40,"bloat/improvement":37,"lang/php":32,"area/security":25,"lang/C#":22,"area/infra":14,"disposition/requires reporter action":10,"dependencies":10,"per-call-memory/increase":10,"per-channel-memory/increase":9,"kokoro:run":7,"python":7,"per-call-memory/decrease":6,"lang/all wrapped languages":6,"bloat/high":5,"github_actions":4,"disposition/DO NOT MERGE":3,"kokoro:force-run":2,"area/test":2,"disposition/not grpc python reviews":2,"priority/P0/RELEASE BLOCKER":2,"area/documentation":1,"kind/internal cleanup":1,"kind/experimental api":1,"area/performance/benchmarking":1,"kind/bug":1,"area/psm interop":1,"lang/all":1},"past_year_issue_author_associations_count":{"NONE":97,"CONTRIBUTOR":20,"MEMBER":8},"past_year_pull_request_author_associations_count":{"NONE":548,"CONTRIBUTOR":306,"MEMBER":167,"COLLABORATOR":6},"past_year_issue_authors":{"yuanweiz":9,"outscale-hai":2,"Houbein":2,"eicherseiji":2,"justeph":2,"erik-rainey-neurophos":2,"h-vetinari":2,"murgatroid99":2,"torsten48":2,"ganesh-tn":2,"avelychko12":2,"sergiitk":2,"mochaaP":1,"morotti":1,"MRajcic":1,"mudhireddy":1,"neilconway":1,"ouillie":1,"zhizhi-dev":1,"mishas":1,"Mingli-001":1,"mikex-oss":1,"mike-nugent-mongodb":1,"michaelbrooks":1,"mehrdada":1,"markdroth":1,"marinarasub":1,"Malevrovich":1,"mahlberg":1,"lucian-student":1,"lklein53":1,"zhengdengwei":1,"yoonseok-kim":1,"yashykt":1,"Xadeck":1,"void-mian":1,"Vn0m":1,"travip":1,"tomkark":1,"thalha-a9":1,"tgummerer":1,"TedLyngmo":1,"strophy":1,"sri-harish-k":1,"sreenithi":1,"soumen-eric":1,"shrewddd":1,"sherlock1982":1,"scfwilson":1,"SaidKec":1,"ruland":1,"RudraDudhat2509":1,"rcbandit111":1,"raphaelsom":1,"Rainning-Tacos1":1,"ploo6669":1,"parthea":1,"CommonGuy":1,"Closius":1,"christianscott":1,"chjasonwu":1,"chimaerase":1,"cherylEnkidu":1,"cchwasd":1,"bshaffer":1,"bohrjoce":1,"bkeryan":1,"berolinux":1,"b-corry":1,"BarbosaFabiano":1,"athexweb3":1,"AntonKanug":1,"antoine-ansari":1,"anishnath":1,"andyblackheel-acclaim":1,"andyblackheel":1,"andrepcg":1,"alexleel":1,"AlexABorisov":1,"ajit-singh-ai":1,"aignas":1,"aaliddell":1,"larashores":1,"kyleotero":1,"KrishnAgrawal1":1,"Kimahriman":1,"jpsenior":1,"jonco5555":1,"joao00001":1,"jgehrcke":1,"jaykrell":1,"jasonculverhouse":1,"jahodfra":1,"isanych":1,"HeenaBansal20":1,"harry-dnv":1,"gz-oai":1,"gillmylady":1,"gabkhanfig":1,"francisbolduc":1,"egorpugin":1,"dpservishex":1,"DoDoENT":1,"dkkoma":1,"davinci26":1,"daniel-sanche":1,"copybara-service[bot]":1},"past_year_pull_request_authors":{"copybara-service[bot]":420,"markdroth":56,"asheshvidyut":50,"yuanweiz":31,"sergiitk":27,"mohitdebian":23,"rishesh007":23,"sreenithi":22,"ac-patel":17,"gtcooke94":16,"tanvi-jagtap":15,"pawbhard":13,"Zgoda91":13,"aadikapur":12,"github-actions[bot]":11,"shivaspeaks":10,"dependabot[bot]":10,"zarinn3pal":9,"murgatroid99":9,"rockspore":7,"aslam9691":7,"stunner-07":7,"ctiller":7,"apolcyn":7,"tj-google":7,"ttarnogrodzki":6,"ganesh-tn":6,"siddharthnohria":6,"arjan-bal":6,"anniefrchz":5,"magic-peach":5,"AgraVator":4,"kannanjgithub":4,"XananasX7":4,"stanley-cheung":4,"ouillie":4,"arshsmith1":3,"artemmiyy":3,"metsw24-max":3,"ssam18":3,"grohman-hub":3,"Pranjali-2501":3,"brad0":3,"carrerasdarren-cell":3,"fyrsta7":3,"farazahmadkhan":3,"vladbarosan":3,"lbh930":2,"matthewstevenson88":2,"easwars":2,"ajinkyakulkarni75":2,"sfc-gh-dbieliaiev":2,"apolukhin":2,"Karticoder":2,"juergbi":2,"juandelacruz-calvo":2,"jmestwa-coder":2,"shrewddd":2,"rajatnaik0405":2,"eugeneo":2,"mmorel-35":2,"HO-COOH":2,"haileyok":2,"llucax":2,"weisisea":2,"roman-kutashenko":1,"Romain-Geissler-1A":1,"wjwwood":1,"prasanna8585":1,"phlax":1,"pcc":1,"pboulos":1,"znaczko":1,"wiggzz":1,"wantedxnn":1,"Vn0m":1,"vchigrin":1,"uwezkhan":1,"tobyh-canva":1,"thalha-a9":1,"T3RR7":1,"stanbot8":1,"zashroof":1,"smolkaj":1,"scotthart":1,"scottcrossen":1,"SaidKec":1,"rwstauner":1,"ruthwikkakumani":1,"RudraDudhat2509":1,"rootvector2":1,"parthea":1,"hxaxd":1,"huntsman90":1,"holly-agyei":1,"grrtrr":1,"googlyrahman":1,"gh4683":1,"gaganhr94":1,"eshitachandwani":1,"ejona86":1,"drfloob":1,"dmaclach":1,"dexyk":1,"chinazhangchao":1,"chandra-siri":1,"bshaffer":1,"botovq":1,"bohrjoce":1,"blurman-ai":1,"Basavaraju-G":1,"antonkesy":1,"alwaysprince05":1,"Alb3e3":1,"a-detiste":1,"2Himanshu":1,"orbisai0security":1,"Nicolas-EM":1,"nascheme":1,"mvanhorn":1,"mochaaP":1,"mehrdada":1,"medhatiwari":1,"mbissa":1,"manan2212":1,"Malevrovich":1,"mahlberg":1,"macastelaz":1,"lordgamez":1,"livingstaccato":1,"larouxn":1,"kyleotero":1,"koteshyelamati":1,"Kimahriman":1,"kevin-pan-skydio":1,"keith":1,"jjmanton":1,"JelteF":1,"jbcm1234":1,"i-do-cpp":1},"maintainers":[{"login":"ctiller","count":1490,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"markdroth","count":703,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"yashykt","count":652,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"},{"login":"drfloob","count":514,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"sergiitk","count":224,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"asheshvidyut","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"HannahShiSFB","count":138,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HannahShiSFB"},{"login":"yijiem","count":106,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yijiem"},{"login":"ejona86","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"murgatroid99","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"arvindbr8","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arvindbr8"},{"login":"shivaspeaks","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ganesh-tn","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"eshitachandwani","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"dfawley","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dfawley"},{"login":"jdcormie","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdcormie"},{"login":"mehrdada","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mehrdada"},{"login":"jhump","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jhump"},{"login":"vjpai","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vjpai"},{"login":"ralphchung","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ralphchung"},{"login":"JamesNK","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesNK"},{"login":"jstet","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jstet"},{"login":"PlumeSC","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PlumeSC"},{"login":"nicolasnoble","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nicolasnoble"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"sifmelcara","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sifmelcara"},{"login":"0oWoodenDooro0","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/0oWoodenDooro0"},{"login":"wingmancover","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wingmancover"},{"login":"nancylucy01","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nancylucy01"},{"login":"muxi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/muxi"}],"active_maintainers":[{"login":"markdroth","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/markdroth"},{"login":"asheshvidyut","count":50,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asheshvidyut"},{"login":"sergiitk","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sergiitk"},{"login":"murgatroid99","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/murgatroid99"},{"login":"shivaspeaks","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/shivaspeaks"},{"login":"ctiller","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ctiller"},{"login":"ganesh-tn","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ganesh-tn"},{"login":"tanvi-jagtap","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tanvi-jagtap"},{"login":"aadikapur","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aadikapur"},{"login":"drfloob","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/drfloob"},{"login":"ejona86","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ejona86"},{"login":"eshitachandwani","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eshitachandwani"},{"login":"yashykt","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yashykt"}]},"events":{"total":{"ForkEvent":497,"CreateEvent":459,"CommitCommentEvent":3,"ReleaseEvent":22,"IssuesEvent":527,"WatchEvent":2038,"DeleteEvent":339,"MemberEvent":1,"IssueCommentEvent":2108,"PushEvent":4030,"PullRequestReviewEvent":3535,"PullRequestReviewCommentEvent":2573,"PullRequestEvent":3607},"last_year":{"ForkEvent":497,"CreateEvent":459,"CommitCommentEvent":3,"ReleaseEvent":22,"IssuesEvent":527,"WatchEvent":2038,"DeleteEvent":339,"MemberEvent":1,"IssueCommentEvent":2108,"PushEvent":4030,"PullRequestReviewEvent":3535,"PullRequestReviewCommentEvent":2573,"PullRequestEvent":3607}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/pr-auto-fix.yaml","sha":null,"kind":"manifest","created_at":"2023-01-14T13:30:52.416Z","updated_at":"2023-01-14T13:30:52.416Z","repository_link":"https://github.com/grpc/grpc/blob/master/.github/workflows/pr-auto-fix.yaml","dependencies":[{"id":6897838428,"package_name":"srfrnk/current-time","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":6897838429,"package_name":"actions/cache","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6897838430,"package_name":"styfle/cancel-workflow-action","ecosystem":"actions","requirements":"0.9.1","direct":true,"kind":"composite","optional":false},{"id":6897838431,"package_name":"actions/github-script","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":6897838432,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":6897838433,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6897838434,"package_name":"peter-evans/create-pull-request","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"cocoapods","filepath":"examples/cpp/helloworld/cocoapods/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:41:50.500Z","updated_at":"2023-10-20T16:41:50.500Z","repository_link":"https://github.com/grpc/grpc/blob/master/examples/cpp/helloworld/cocoapods/Podfile","dependencies":[]},{"ecosystem":"cocoapods","filepath":"gRPC-C++.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:41:56.856Z","updated_at":"2023-10-20T16:41:56.856Z","repository_link":"https://github.com/grpc/grpc/blob/master/gRPC-C++.podspec","dependencies":[]},{"ecosystem":"cocoapods","filepath":"gRPC-Core.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:41:56.870Z","updated_at":"2023-10-20T16:41:56.870Z","repository_link":"https://github.com/grpc/grpc/blob/master/gRPC-Core.podspec","dependencies":[{"id":14265400287,"package_name":"BoringSSL-GRPC","ecosystem":"cocoapods","requirements":"= 0.0.31","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"gRPC-ProtoRPC.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:41:57.061Z","updated_at":"2023-10-20T16:41:57.061Z","repository_link":"https://github.com/grpc/grpc/blob/master/gRPC-ProtoRPC.podspec","dependencies":[{"id":14265400308,"package_name":"Protobuf","ecosystem":"cocoapods","requirements":"~\u003e 3.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"gRPC-RxLibrary.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:41:57.379Z","updated_at":"2023-10-20T16:41:57.379Z","repository_link":"https://github.com/grpc/grpc/blob/master/gRPC-RxLibrary.podspec","dependencies":[]},{"ecosystem":"cocoapods","filepath":"gRPC.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:41:57.390Z","updated_at":"2023-10-20T16:41:57.390Z","repository_link":"https://github.com/grpc/grpc/blob/master/gRPC.podspec","dependencies":[{"id":14265400396,"package_name":"CronetFramework","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:41:58.898Z","updated_at":"2023-10-20T16:41:58.898Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec","dependencies":[]},{"ecosystem":"cocoapods","filepath":"src/objective-c/!ProtoCompiler-gRPCPlugin.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:41:58.933Z","updated_at":"2023-10-20T16:41:58.933Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec","dependencies":[]},{"ecosystem":"cocoapods","filepath":"src/objective-c/!ProtoCompiler.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:41:59.693Z","updated_at":"2023-10-20T16:41:59.693Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/!ProtoCompiler.podspec","dependencies":[{"id":14265402402,"package_name":"Protobuf","ecosystem":"cocoapods","requirements":"~\u003e 3.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/BoringSSL-GRPC.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:00.399Z","updated_at":"2023-10-20T16:42:00.399Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/BoringSSL-GRPC.podspec","dependencies":[]},{"ecosystem":"cocoapods","filepath":"src/objective-c/examples/InterceptorSample/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:00.980Z","updated_at":"2023-10-20T16:42:00.980Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/examples/InterceptorSample/Podfile","dependencies":[{"id":14265402932,"package_name":"RemoteTest","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/examples/RemoteTestClient/RemoteTest.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:01.483Z","updated_at":"2023-10-20T16:42:01.483Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec","dependencies":[{"id":14265403186,"package_name":"Protobuf","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":14265403187,"package_name":"gRPC-ProtoRPC","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/examples/Sample/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:01.743Z","updated_at":"2023-10-20T16:42:01.743Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/examples/Sample/Podfile","dependencies":[{"id":14265403707,"package_name":"RemoteTest","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/examples/SwiftSample/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:02.459Z","updated_at":"2023-10-20T16:42:02.459Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/examples/SwiftSample/Podfile","dependencies":[{"id":14265403887,"package_name":"RemoteTest","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/examples/tvOS-sample/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:02.784Z","updated_at":"2023-10-20T16:42:02.784Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/examples/tvOS-sample/Podfile","dependencies":[{"id":14265404788,"package_name":"RemoteTest","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/examples/watchOS-sample/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:03.397Z","updated_at":"2023-10-20T16:42:03.397Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/examples/watchOS-sample/Podfile","dependencies":[{"id":14265404814,"package_name":"RemoteTest","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/manual_tests/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:03.470Z","updated_at":"2023-10-20T16:42:03.470Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/manual_tests/Podfile","dependencies":[{"id":14265405002,"package_name":"RemoteTest","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/tests/Common/Common.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:03.728Z","updated_at":"2023-10-20T16:42:03.728Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/tests/Common/Common.podspec","dependencies":[{"id":14265405190,"package_name":"gRPC-ProtoRPC","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/tests/Connectivity/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:03.837Z","updated_at":"2023-10-20T16:42:03.837Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/tests/Connectivity/Podfile","dependencies":[]},{"ecosystem":"cocoapods","filepath":"src/objective-c/tests/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:03.870Z","updated_at":"2023-10-20T16:42:03.870Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/tests/Podfile","dependencies":[{"id":14265405196,"package_name":"RemoteTest","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":14265405197,"package_name":"Common","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"src/objective-c/tests/RemoteTestClient/RemoteTest.podspec","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:04.353Z","updated_at":"2023-10-20T16:42:04.353Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec","dependencies":[{"id":14265405559,"package_name":"Protobuf","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":14265405970,"package_name":"gRPC-ProtoRPC","ecosystem":"cocoapods","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"cocoapods","filepath":"test/core/iomgr/ios/CFStreamTests/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:05.329Z","updated_at":"2023-10-20T16:42:05.329Z","repository_link":"https://github.com/grpc/grpc/blob/master/test/core/iomgr/ios/CFStreamTests/Podfile","dependencies":[]},{"ecosystem":"cocoapods","filepath":"test/cpp/cocoapods/Podfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:05.376Z","updated_at":"2023-10-20T16:42:05.376Z","repository_link":"https://github.com/grpc/grpc/blob/master/test/cpp/cocoapods/Podfile","dependencies":[]},{"ecosystem":"docker","filepath":"src/php/docker/alpine/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:05.612Z","updated_at":"2023-10-20T16:42:05.612Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/docker/alpine/Dockerfile","dependencies":[{"id":14265405989,"package_name":"php","ecosystem":"docker","requirements":"7.4-alpine3.15","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"src/php/docker/centos7/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:05.621Z","updated_at":"2023-10-20T16:42:05.621Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/docker/centos7/Dockerfile","dependencies":[{"id":14265405990,"package_name":"centos","ecosystem":"docker","requirements":"centos7","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"src/php/docker/fork-support/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:05.674Z","updated_at":"2023-10-20T16:42:05.674Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/docker/fork-support/Dockerfile","dependencies":[{"id":14265406276,"package_name":"grpc-php/php-src","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"src/php/docker/grpc-ext/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:06.932Z","updated_at":"2023-10-20T16:42:06.932Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/docker/grpc-ext/Dockerfile","dependencies":[{"id":14265407318,"package_name":"php","ecosystem":"docker","requirements":"7.4-buster","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"src/php/docker/grpc-src/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:07.529Z","updated_at":"2023-10-20T16:42:07.529Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/docker/grpc-src/Dockerfile","dependencies":[{"id":14265407990,"package_name":"php","ecosystem":"docker","requirements":"7.4-buster","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"src/php/docker/i386/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:07.744Z","updated_at":"2023-10-20T16:42:07.744Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/docker/i386/Dockerfile","dependencies":[{"id":14265408102,"package_name":"i386/php","ecosystem":"docker","requirements":"7.4","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"src/php/docker/php-src/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:10.309Z","updated_at":"2023-10-20T16:42:10.309Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/docker/php-src/Dockerfile","dependencies":[{"id":14265409765,"package_name":"debian","ecosystem":"docker","requirements":"buster","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"src/php/docker/php-zts/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:11.469Z","updated_at":"2023-10-20T16:42:11.469Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/docker/php-zts/Dockerfile","dependencies":[{"id":14265409938,"package_name":"php","ecosystem":"docker","requirements":"7.4-zts-buster","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"src/php/docker/php8.2/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:12.140Z","updated_at":"2023-10-20T16:42:12.140Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/docker/php8.2/Dockerfile","dependencies":[{"id":14265410013,"package_name":"php","ecosystem":"docker","requirements":"8.2-zts-buster","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"third_party/rake-compiler-dock/rake_arm64-darwin/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:13.300Z","updated_at":"2023-10-20T16:42:13.300Z","repository_link":"https://github.com/grpc/grpc/blob/master/third_party/rake-compiler-dock/rake_arm64-darwin/Dockerfile","dependencies":[{"id":14265410478,"package_name":"ghcr.io/rake-compiler/rake-compiler-dock-image","ecosystem":"docker","requirements":"1.3.1-mri-arm64-darwin","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"third_party/rake-compiler-dock/rake_x64-mingw-ucrt/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:13.370Z","updated_at":"2023-10-20T16:42:13.370Z","repository_link":"https://github.com/grpc/grpc/blob/master/third_party/rake-compiler-dock/rake_x64-mingw-ucrt/Dockerfile","dependencies":[{"id":14265410499,"package_name":"ghcr.io/rake-compiler/rake-compiler-dock-image","ecosystem":"docker","requirements":"1.3.1-mri-x64-mingw-ucrt","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"third_party/rake-compiler-dock/rake_x86-mingw32/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:13.945Z","updated_at":"2023-10-20T16:42:13.945Z","repository_link":"https://github.com/grpc/grpc/blob/master/third_party/rake-compiler-dock/rake_x86-mingw32/Dockerfile","dependencies":[{"id":14265410616,"package_name":"ghcr.io/rake-compiler/rake-compiler-dock-image","ecosystem":"docker","requirements":"1.3.1-mri-x86-mingw32","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"third_party/rake-compiler-dock/rake_x86_64-darwin/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:13.956Z","updated_at":"2023-10-20T16:42:13.956Z","repository_link":"https://github.com/grpc/grpc/blob/master/third_party/rake-compiler-dock/rake_x86_64-darwin/Dockerfile","dependencies":[{"id":14265410623,"package_name":"ghcr.io/rake-compiler/rake-compiler-dock-image","ecosystem":"docker","requirements":"1.3.1-mri-x86_64-darwin","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"third_party/toolchains/dockerfile/rbe_windows2019/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:14.189Z","updated_at":"2023-10-20T16:42:14.189Z","repository_link":"https://github.com/grpc/grpc/blob/master/third_party/toolchains/dockerfile/rbe_windows2019/Dockerfile","dependencies":[{"id":14265410704,"package_name":"mcr.microsoft.com/windows/servercore","ecosystem":"docker","requirements":"ltsc2019","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:16.158Z","updated_at":"2023-10-20T16:42:16.158Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile","dependencies":[{"id":14265411207,"package_name":"mcr.microsoft.com/dotnet/core/sdk","ecosystem":"docker","requirements":"2.1-alpine3.9","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:16.782Z","updated_at":"2023-10-20T16:42:16.782Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile","dependencies":[{"id":14265411770,"package_name":"mcr.microsoft.com/dotnet/core/sdk","ecosystem":"docker","requirements":"3.1","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:16.953Z","updated_at":"2023-10-20T16:42:16.953Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile","dependencies":[{"id":14265411799,"package_name":"mcr.microsoft.com/dotnet/sdk","ecosystem":"docker","requirements":"5.0.103","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:17.210Z","updated_at":"2023-10-20T16:42:17.210Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile","dependencies":[{"id":14265411813,"package_name":"ubuntu","ecosystem":"docker","requirements":"22.04","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/python_alpine_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:17.662Z","updated_at":"2023-10-20T16:42:17.662Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/python_alpine_x64/Dockerfile","dependencies":[{"id":14265411899,"package_name":"python","ecosystem":"docker","requirements":"3.10-alpine3.14","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/python_arch_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:17.695Z","updated_at":"2023-10-20T16:42:17.695Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/python_arch_x64/Dockerfile","dependencies":[{"id":14265411974,"package_name":"archlinux","ecosystem":"docker","requirements":"base","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:19.823Z","updated_at":"2023-10-20T16:42:19.823Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile","dependencies":[{"id":14265412552,"package_name":"archlinux","ecosystem":"docker","requirements":"base","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:21.401Z","updated_at":"2023-10-20T16:42:21.401Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile","dependencies":[{"id":14265413111,"package_name":"ubuntu","ecosystem":"docker","requirements":"22.04","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:25.116Z","updated_at":"2023-10-20T16:42:25.116Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile","dependencies":[{"id":14265414344,"package_name":"ubuntu","ecosystem":"docker","requirements":"22.04","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:25.805Z","updated_at":"2023-10-20T16:42:25.805Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile","dependencies":[{"id":14265415006,"package_name":"ubuntu","ecosystem":"docker","requirements":"22.04","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:28.275Z","updated_at":"2023-10-20T16:42:28.275Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile","dependencies":[{"id":14265415880,"package_name":"dockcross/linux-armv7","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:28.515Z","updated_at":"2023-10-20T16:42:28.515Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile","dependencies":[{"id":14265415884,"package_name":"dockcross/manylinux2014-aarch64","ecosystem":"docker","requirements":"20230905-7b2d74f","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:28.789Z","updated_at":"2023-10-20T16:42:28.789Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile","dependencies":[{"id":14265415931,"package_name":"quay.io/pypa/manylinux2014_x86_64","ecosystem":"docker","requirements":"2023-09-17-ae90a16","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:29.756Z","updated_at":"2023-10-20T16:42:29.756Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile","dependencies":[{"id":14265416058,"package_name":"quay.io/pypa/manylinux2014_i686","ecosystem":"docker","requirements":"2023-09-17-ae90a16","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/grpc_clang_format/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:32.045Z","updated_at":"2023-10-20T16:42:32.045Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/grpc_clang_format/Dockerfile","dependencies":[{"id":14265416645,"package_name":"silkeh/clang","ecosystem":"docker","requirements":"16-bullseye","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/grpc_clang_tidy/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:32.879Z","updated_at":"2023-10-20T16:42:32.879Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/grpc_clang_tidy/Dockerfile","dependencies":[{"id":14265416729,"package_name":"silkeh/clang","ecosystem":"docker","requirements":"16-bullseye","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/grpc_dist_proto/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:32.919Z","updated_at":"2023-10-20T16:42:32.919Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/grpc_dist_proto/Dockerfile","dependencies":[{"id":14265416833,"package_name":"grpc/base","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/grpc_scan_build/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:34.400Z","updated_at":"2023-10-20T16:42:34.400Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/grpc_scan_build/Dockerfile","dependencies":[{"id":14265417183,"package_name":"grpc/clang","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:35.746Z","updated_at":"2023-10-20T16:42:35.746Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile","dependencies":[{"id":14265417960,"package_name":"mcr.microsoft.com/dotnet/core/sdk","ecosystem":"docker","requirements":"3.0.100-preview3-stretch","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:36.226Z","updated_at":"2023-10-20T16:42:36.226Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile","dependencies":[{"id":14265418055,"package_name":"debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:36.552Z","updated_at":"2023-10-20T16:42:36.552Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile","dependencies":[{"id":14265418057,"package_name":"dart","ecosystem":"docker","requirements":"stable","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_go/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:37.440Z","updated_at":"2023-10-20T16:42:37.440Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile","dependencies":[{"id":14265418480,"package_name":"golang","ecosystem":"docker","requirements":"1.19","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:37.449Z","updated_at":"2023-10-20T16:42:37.449Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile","dependencies":[{"id":14265418481,"package_name":"golang","ecosystem":"docker","requirements":"1.11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:37.568Z","updated_at":"2023-10-20T16:42:37.568Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile","dependencies":[{"id":14265418496,"package_name":"golang","ecosystem":"docker","requirements":"1.16","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:37.804Z","updated_at":"2023-10-20T16:42:37.804Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile","dependencies":[{"id":14265418498,"package_name":"golang","ecosystem":"docker","requirements":"1.19","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:38.033Z","updated_at":"2023-10-20T16:42:38.033Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile","dependencies":[{"id":14265418520,"package_name":"golang","ecosystem":"docker","requirements":"1.8","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:38.372Z","updated_at":"2023-10-20T16:42:38.372Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile","dependencies":[{"id":14265418636,"package_name":"golang","ecosystem":"docker","requirements":"latest","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_java/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:38.390Z","updated_at":"2023-10-20T16:42:38.390Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_java/Dockerfile","dependencies":[{"id":14265418712,"package_name":"debian","ecosystem":"docker","requirements":"bullseye","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_node/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:38.556Z","updated_at":"2023-10-20T16:42:38.556Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_node/Dockerfile","dependencies":[{"id":14265418804,"package_name":"debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:39.054Z","updated_at":"2023-10-20T16:42:39.054Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile","dependencies":[{"id":14265418865,"package_name":"debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_python/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:39.577Z","updated_at":"2023-10-20T16:42:39.577Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_python/Dockerfile","dependencies":[{"id":14265419021,"package_name":"debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:39.739Z","updated_at":"2023-10-20T16:42:39.739Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile","dependencies":[{"id":14265419068,"package_name":"debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:40.215Z","updated_at":"2023-10-20T16:42:40.215Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile","dependencies":[{"id":14265419086,"package_name":"debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:40.309Z","updated_at":"2023-10-20T16:42:40.309Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile","dependencies":[{"id":14265419377,"package_name":"golang","ecosystem":"docker","requirements":"1.10","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/observability-test/cpp/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:40.711Z","updated_at":"2023-10-20T16:42:40.711Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/observability-test/cpp/Dockerfile","dependencies":[{"id":14265419498,"package_name":"debian","ecosystem":"docker","requirements":"bullseye","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/android_ndk/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:41.483Z","updated_at":"2023-10-20T16:42:41.483Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/android_ndk/Dockerfile","dependencies":[{"id":14265419670,"package_name":"debian","ecosystem":"docker","requirements":"10","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/bazel/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:41.529Z","updated_at":"2023-10-20T16:42:41.529Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/bazel/Dockerfile","dependencies":[{"id":14265419680,"package_name":"gcr.io/oss-fuzz-base/base-builder@sha256","ecosystem":"docker","requirements":"fd89316ac4c5f3e25802ca95a00062cece14f0602c5512d71ffeedc22734c0b9","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/bazel_arm64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:42.771Z","updated_at":"2023-10-20T16:42:42.771Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/bazel_arm64/Dockerfile","dependencies":[{"id":14265420153,"package_name":"arm64v8/debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/csharp_debian11_arm64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:43.216Z","updated_at":"2023-10-20T16:42:43.216Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/csharp_debian11_arm64/Dockerfile","dependencies":[{"id":14265420316,"package_name":"arm64v8/debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/csharp_debian11_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:43.368Z","updated_at":"2023-10-20T16:42:43.368Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/csharp_debian11_x64/Dockerfile","dependencies":[{"id":14265420375,"package_name":"debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/cxx_alpine_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:43.516Z","updated_at":"2023-10-20T16:42:43.516Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/cxx_alpine_x64/Dockerfile","dependencies":[{"id":14265420470,"package_name":"alpine","ecosystem":"docker","requirements":"3.15","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:43.841Z","updated_at":"2023-10-20T16:42:43.841Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile","dependencies":[{"id":14265420517,"package_name":"debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:44.100Z","updated_at":"2023-10-20T16:42:44.100Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile","dependencies":[{"id":14265420548,"package_name":"debian","ecosystem":"docker","requirements":"12","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/python_alpine_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:45.410Z","updated_at":"2023-10-20T16:42:45.410Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/python_alpine_x64/Dockerfile","dependencies":[{"id":14265420638,"package_name":"alpine","ecosystem":"docker","requirements":"3.15","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/python_debian11_default_arm64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:45.553Z","updated_at":"2023-10-20T16:42:45.553Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/python_debian11_default_arm64/Dockerfile","dependencies":[{"id":14265420642,"package_name":"arm64v8/debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/python_debian11_default_x64/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:45.604Z","updated_at":"2023-10-20T16:42:45.604Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/python_debian11_default_x64/Dockerfile","dependencies":[{"id":14265420645,"package_name":"debian","ecosystem":"docker","requirements":"11","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/rbe_ubuntu2004/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:45.618Z","updated_at":"2023-10-20T16:42:45.618Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/rbe_ubuntu2004/Dockerfile","dependencies":[{"id":14265420669,"package_name":"ubuntu","ecosystem":"docker","requirements":"20.04","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"tools/dockerfile/test/sanity/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:46.055Z","updated_at":"2023-10-20T16:42:46.055Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/dockerfile/test/sanity/Dockerfile","dependencies":[{"id":14265420732,"package_name":"silkeh/clang","ecosystem":"docker","requirements":"16-bullseye","direct":true,"kind":"build","optional":false}]},{"ecosystem":"go","filepath":"tools/http2_interop/go.mod","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:46.196Z","updated_at":"2023-10-20T16:42:46.196Z","repository_link":"https://github.com/grpc/grpc/blob/master/tools/http2_interop/go.mod","dependencies":[]},{"ecosystem":"maven","filepath":"examples/android/helloworld/app/build.gradle","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:46.249Z","updated_at":"2023-10-20T16:42:46.249Z","repository_link":"https://github.com/grpc/grpc/blob/master/examples/android/helloworld/app/build.gradle","dependencies":[{"id":14265420746,"package_name":"com.android.support:appcompat-v7","ecosystem":"maven","requirements":"26.1.0","direct":true,"kind":"implementation","optional":false},{"id":14265420747,"package_name":"junit:junit","ecosystem":"maven","requirements":"4.12","direct":true,"kind":"testImplementation","optional":false}]},{"ecosystem":"maven","filepath":"examples/android/helloworld/build.gradle","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:46.623Z","updated_at":"2023-10-20T16:42:46.623Z","repository_link":"https://github.com/grpc/grpc/blob/master/examples/android/helloworld/build.gradle","dependencies":[]},{"ecosystem":"maven","filepath":"src/android/test/interop/app/build.gradle","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:46.710Z","updated_at":"2023-10-20T16:42:46.710Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/android/test/interop/app/build.gradle","dependencies":[{"id":14265420846,"package_name":"com.android.support:appcompat-v7","ecosystem":"maven","requirements":"26.1.0","direct":true,"kind":"implementation","optional":false},{"id":14265420847,"package_name":"junit:junit","ecosystem":"maven","requirements":"4.12","direct":true,"kind":"testImplementation","optional":false}]},{"ecosystem":"maven","filepath":"src/android/test/interop/build.gradle","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:46.778Z","updated_at":"2023-10-20T16:42:46.778Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/android/test/interop/build.gradle","dependencies":[]},{"ecosystem":"npm","filepath":"examples/node/package-lock.json","sha":null,"kind":"lockfile","created_at":"2023-10-20T16:42:46.786Z","updated_at":"2023-10-20T16:42:46.786Z","repository_link":"https://github.com/grpc/grpc/blob/master/examples/node/package-lock.json","dependencies":[{"id":14265421157,"package_name":"@grpc/grpc-js","ecosystem":"npm","requirements":"1.1.8","direct":false,"kind":"runtime","optional":false},{"id":14265421162,"package_name":"@grpc/proto-loader","ecosystem":"npm","requirements":"0.6.0-pre9","direct":false,"kind":"runtime","optional":false},{"id":14265421187,"package_name":"ansi-regex","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421189,"package_name":"cliui","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421191,"package_name":"is-fullwidth-code-point","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421193,"package_name":"semver","ecosystem":"npm","requirements":"6.3.0","direct":false,"kind":"runtime","optional":false},{"id":14265421195,"package_name":"string-width","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"runtime","optional":false},{"id":14265421198,"package_name":"strip-ansi","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421200,"package_name":"wrap-ansi","ecosystem":"npm","requirements":"6.2.0","direct":false,"kind":"runtime","optional":false},{"id":14265421202,"package_name":"yargs","ecosystem":"npm","requirements":"15.4.1","direct":false,"kind":"runtime","optional":false},{"id":14265421204,"package_name":"@grpc/proto-loader","ecosystem":"npm","requirements":"0.5.5","direct":false,"kind":"runtime","optional":false},{"id":14265421206,"package_name":"@protobufjs/aspromise","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":14265421208,"package_name":"@protobufjs/base64","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":14265421211,"package_name":"@protobufjs/codegen","ecosystem":"npm","requirements":"2.0.4","direct":false,"kind":"runtime","optional":false},{"id":14265421213,"package_name":"@protobufjs/eventemitter","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14265421215,"package_name":"@protobufjs/fetch","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14265421216,"package_name":"@protobufjs/float","ecosystem":"npm","requirements":"1.0.2","direct":false,"kind":"runtime","optional":false},{"id":14265421218,"package_name":"@protobufjs/inquire","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14265421220,"package_name":"@protobufjs/path","ecosystem":"npm","requirements":"1.1.2","direct":false,"kind":"runtime","optional":false},{"id":14265421222,"package_name":"@protobufjs/pool","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14265421224,"package_name":"@protobufjs/utf8","ecosystem":"npm","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14265421226,"package_name":"@types/long","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":14265421228,"package_name":"@types/node","ecosystem":"npm","requirements":"12.19.3","direct":false,"kind":"runtime","optional":false},{"id":14265421230,"package_name":"abort-controller","ecosystem":"npm","requirements":"3.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421232,"package_name":"agent-base","ecosystem":"npm","requirements":"6.0.2","direct":false,"kind":"runtime","optional":false},{"id":14265421234,"package_name":"debug","ecosystem":"npm","requirements":"4.2.0","direct":false,"kind":"runtime","optional":false},{"id":14265421237,"package_name":"ansi-styles","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"runtime","optional":false},{"id":14265421238,"package_name":"arrify","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":14265421239,"package_name":"async","ecosystem":"npm","requirements":"1.5.2","direct":false,"kind":"runtime","optional":false},{"id":14265421240,"package_name":"base64-js","ecosystem":"npm","requirements":"1.3.1","direct":false,"kind":"runtime","optional":false},{"id":14265421241,"package_name":"bignumber.js","ecosystem":"npm","requirements":"9.0.1","direct":false,"kind":"runtime","optional":false},{"id":14265421242,"package_name":"buffer-equal-constant-time","ecosystem":"npm","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":14265421243,"package_name":"color-convert","ecosystem":"npm","requirements":"2.0.1","direct":false,"kind":"runtime","optional":false},{"id":14265421244,"package_name":"color-name","ecosystem":"npm","requirements":"1.1.4","direct":false,"kind":"runtime","optional":false},{"id":14265421245,"package_name":"decamelize","ecosystem":"npm","requirements":"1.2.0","direct":false,"kind":"runtime","optional":false},{"id":14265421246,"package_name":"ecdsa-sig-formatter","ecosystem":"npm","requirements":"1.0.11","direct":false,"kind":"runtime","optional":false},{"id":14265421247,"package_name":"emoji-regex","ecosystem":"npm","requirements":"8.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421248,"package_name":"event-target-shim","ecosystem":"npm","requirements":"5.0.1","direct":false,"kind":"runtime","optional":false},{"id":14265421249,"package_name":"extend","ecosystem":"npm","requirements":"3.0.2","direct":false,"kind":"runtime","optional":false},{"id":14265421250,"package_name":"fast-text-encoding","ecosystem":"npm","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":14265421251,"package_name":"find-up","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":14265421252,"package_name":"gaxios","ecosystem":"npm","requirements":"4.0.1","direct":false,"kind":"runtime","optional":false},{"id":14265421254,"package_name":"gcp-metadata","ecosystem":"npm","requirements":"4.2.1","direct":false,"kind":"runtime","optional":false},{"id":14265421255,"package_name":"get-caller-file","ecosystem":"npm","requirements":"2.0.5","direct":false,"kind":"runtime","optional":false},{"id":14265421257,"package_name":"google-auth-library","ecosystem":"npm","requirements":"6.1.3","direct":false,"kind":"runtime","optional":false},{"id":14265421259,"package_name":"google-p12-pem","ecosystem":"npm","requirements":"3.0.3","direct":false,"kind":"runtime","optional":false},{"id":14265421262,"package_name":"google-protobuf","ecosystem":"npm","requirements":"3.13.0","direct":false,"kind":"runtime","optional":false},{"id":14265421264,"package_name":"gtoken","ecosystem":"npm","requirements":"5.0.5","direct":false,"kind":"runtime","optional":false},{"id":14265421266,"package_name":"https-proxy-agent","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421268,"package_name":"is-stream","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421270,"package_name":"json-bigint","ecosystem":"npm","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421271,"package_name":"jwa","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421272,"package_name":"jws","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421273,"package_name":"locate-path","ecosystem":"npm","requirements":"5.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421274,"package_name":"lodash","ecosystem":"npm","requirements":"4.17.20","direct":false,"kind":"runtime","optional":false},{"id":14265421275,"package_name":"lodash.camelcase","ecosystem":"npm","requirements":"4.3.0","direct":false,"kind":"runtime","optional":false},{"id":14265421276,"package_name":"long","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421277,"package_name":"lru-cache","ecosystem":"npm","requirements":"6.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421278,"package_name":"yallist","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421279,"package_name":"mime","ecosystem":"npm","requirements":"2.4.6","direct":false,"kind":"runtime","optional":false},{"id":14265421280,"package_name":"minimist","ecosystem":"npm","requirements":"1.2.5","direct":false,"kind":"runtime","optional":false},{"id":14265421281,"package_name":"ms","ecosystem":"npm","requirements":"2.1.2","direct":false,"kind":"runtime","optional":false},{"id":14265421282,"package_name":"node-fetch","ecosystem":"npm","requirements":"2.6.1","direct":false,"kind":"runtime","optional":false},{"id":14265421283,"package_name":"node-forge","ecosystem":"npm","requirements":"0.10.0","direct":false,"kind":"runtime","optional":false},{"id":14265421284,"package_name":"p-limit","ecosystem":"npm","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":14265421285,"package_name":"p-locate","ecosystem":"npm","requirements":"4.1.0","direct":false,"kind":"runtime","optional":false},{"id":14265421286,"package_name":"p-try","ecosystem":"npm","requirements":"2.2.0","direct":false,"kind":"runtime","optional":false},{"id":14265421287,"package_name":"path-exists","ecosystem":"npm","requirements":"4.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421288,"package_name":"protobufjs","ecosystem":"npm","requirements":"6.10.1","direct":false,"kind":"runtime","optional":false},{"id":14265421289,"package_name":"@types/node","ecosystem":"npm","requirements":"13.13.30","direct":false,"kind":"runtime","optional":false},{"id":14265421290,"package_name":"require-directory","ecosystem":"npm","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":14265421291,"package_name":"require-main-filename","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421292,"package_name":"safe-buffer","ecosystem":"npm","requirements":"5.1.2","direct":false,"kind":"runtime","optional":false},{"id":14265421293,"package_name":"set-blocking","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421442,"package_name":"which-module","ecosystem":"npm","requirements":"2.0.0","direct":false,"kind":"runtime","optional":false},{"id":14265421443,"package_name":"y18n","ecosystem":"npm","requirements":"4.0.3","direct":false,"kind":"runtime","optional":false},{"id":14265421444,"package_name":"yargs-parser","ecosystem":"npm","requirements":"18.1.3","direct":false,"kind":"runtime","optional":false},{"id":14265421445,"package_name":"camelcase","ecosystem":"npm","requirements":"5.3.1","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"npm","filepath":"examples/node/package.json","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:47.381Z","updated_at":"2023-10-20T16:42:47.381Z","repository_link":"https://github.com/grpc/grpc/blob/master/examples/node/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"examples/node/xds/package.json","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:47.390Z","updated_at":"2023-10-20T16:42:47.390Z","repository_link":"https://github.com/grpc/grpc/blob/master/examples/node/xds/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"src/php/tests/generated_code/package.json","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:47.520Z","updated_at":"2023-10-20T16:42:47.520Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/php/tests/generated_code/package.json","dependencies":[{"id":14265421720,"package_name":"@grpc/proto-loader","ecosystem":"npm","requirements":"^0.1.0","direct":true,"kind":"runtime","optional":false},{"id":14265421721,"package_name":"grpc","ecosystem":"npm","requirements":"^1.39.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"src/csharp/Grpc.Tools/Grpc.Tools.csproj","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:47.659Z","updated_at":"2023-10-20T16:42:47.659Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/csharp/Grpc.Tools/Grpc.Tools.csproj","dependencies":[{"id":14265421730,"package_name":"Microsoft.Build.Framework;Microsoft.Build.Utilities.Core","ecosystem":"nuget","requirements":"15.6.*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"src/csharp/Grpc.Tools.Tests/Grpc.Tools.Tests.csproj","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:48.010Z","updated_at":"2023-10-20T16:42:48.010Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/csharp/Grpc.Tools.Tests/Grpc.Tools.Tests.csproj","dependencies":[{"id":14265421770,"package_name":"Moq","ecosystem":"nuget","requirements":"4.8.3","direct":true,"kind":"runtime","optional":false},{"id":14265421771,"package_name":"Newtonsoft.Json","ecosystem":"nuget","requirements":"13.0.1","direct":true,"kind":"runtime","optional":false},{"id":14265421772,"package_name":"NUnit;NUnitLite","ecosystem":"nuget","requirements":"3.10.1","direct":true,"kind":"runtime","optional":false},{"id":14265422021,"package_name":"System.Runtime.InteropServices.RuntimeInformation","ecosystem":"nuget","requirements":"4.3.0","direct":true,"kind":"runtime","optional":false},{"id":14265422022,"package_name":"Microsoft.Build.Framework;Microsoft.Build.Utilities.Core","ecosystem":"nuget","requirements":"15.6.*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"nuget","filepath":"src/csharp/Grpc.Tools.Tests/IntegrationTests/TestAtInPath/msbuildtest.csproj","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:48.869Z","updated_at":"2023-10-20T16:42:48.869Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestAtInPath/msbuildtest.csproj","dependencies":[]},{"ecosystem":"nuget","filepath":"src/csharp/Grpc.Tools.Tests/IntegrationTests/TestCharactersInName/msbuildtest.csproj","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:48.896Z","updated_at":"2023-10-20T16:42:48.896Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestCharactersInName/msbuildtest.csproj","dependencies":[]},{"ecosystem":"nuget","filepath":"src/csharp/Grpc.Tools.Tests/IntegrationTests/TestExtraOptions/msbuildtest.csproj","sha":null,"kind":"manifest","created_at":"2023-10-20T16:42:48.906Z","updated_at":"2023-10-20T16:42:48.906Z","repository_link":"https://github.com/grpc/grpc/blob/master/src/csharp/Grpc.Tools.Tests/IntegrationTests/TestExtraOptions/msbuildtest.csproj","dependencies":[]}],"score":40.48291721644446,"created_at":"2024-12-15T21:38:06.690Z","updated_at":"2026-08-16T02:32:19.359Z","avatar_url":"https://github.com/grpc.png","language":"C++","monthly_downloads":1695897259,"readme":"# gRPC – An RPC library and framework\n\ngRPC is a modern, open source, high-performance remote procedure call (RPC)\nframework that can run anywhere. gRPC enables client and server applications to\ncommunicate transparently, and simplifies the building of connected systems.\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eHomepage:\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://grpc.io/\"\u003egrpc.io\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003eMailing List:\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://groups.google.com/forum/#!forum/grpc-io\"\u003egrpc-io@googlegroups.com\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n[![Join the chat at https://gitter.im/grpc/grpc](https://badges.gitter.im/grpc/grpc.svg)](https://gitter.im/grpc/grpc?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## To start using gRPC\n\nTo maximize usability, gRPC supports the standard method for adding dependencies\nto a user's chosen language (if there is one). In most languages, the gRPC\nruntime comes as a package available in a user's language package manager.\n\nFor instructions on how to use the language-specific gRPC runtime for a project,\nplease refer to these documents\n\n-   [C++](src/cpp): follow the instructions under the `src/cpp` directory\n-   [C#/.NET](https://github.com/grpc/grpc-dotnet): NuGet packages\n    `Grpc.Net.Client`, `Grpc.AspNetCore.Server`\n-   [Dart](https://github.com/grpc/grpc-dart): pub package `grpc`\n-   [Go](https://github.com/grpc/grpc-go): `go get google.golang.org/grpc`\n-   [Java](https://github.com/grpc/grpc-java): Use JARs from Maven Central\n    Repository\n-   [Kotlin](https://github.com/grpc/grpc-kotlin): Use JARs from Maven Central\n    Repository\n-   [Node](https://github.com/grpc/grpc-node): `npm install @grpc/grpc-js`\n-   [Objective-C](src/objective-c): Add `gRPC-ProtoRPC` dependency to podspec\n-   [PHP](src/php): `pecl install grpc`\n-   [Python](src/python/grpcio): `pip install grpcio`\n-   [Ruby](src/ruby): `gem install grpc`\n-   [WebJS](https://github.com/grpc/grpc-web): follow the grpc-web instructions\n\nPer-language quickstart guides and tutorials can be found in the\n[documentation section on the grpc.io website](https://grpc.io/docs/). Code\nexamples are available in the [examples](examples) directory.\n\nPrecompiled bleeding-edge package builds of gRPC `master` branch's `HEAD` are\nuploaded daily to [packages.grpc.io](https://packages.grpc.io).\n\n## To start developing gRPC\n\nContributions are welcome!\n\nPlease read [How to contribute](CONTRIBUTING.md) which will guide you through\nthe entire workflow of how to build the source code, how to run the tests, and\nhow to contribute changes to the gRPC codebase. The \"How to contribute\" document\nalso contains info on how the contribution process works and contains best\npractices for creating contributions.\n\n## Troubleshooting\n\nSometimes things go wrong. Please check out the\n[Troubleshooting guide](TROUBLESHOOTING.md) if you are experiencing issues with\ngRPC.\n\n## Performance\n\nSee the [Performance dashboard](https://grafana-dot-grpc-testing.appspot.com/)\nfor performance numbers of master branch daily builds.\n\n## Concepts\n\nSee [gRPC Concepts](CONCEPTS.md)\n\n## About This Repository\n\nThis repository contains source code for gRPC libraries implemented in multiple\nlanguages written on top of a shared C++ core library [src/core](src/core).\n\nLibraries in different languages may be in various states of development. We are\nseeking contributions for all of these libraries:\n\nLanguage                  | Source\n------------------------- | ----------------------------------\nShared C++ [core library] | [src/core](src/core)\nC++                       | [src/cpp](src/cpp)\nRuby                      | [src/ruby](src/ruby)\nPython                    | [src/python](src/python)\nPHP                       | [src/php](src/php)\nC# (core library based)   | [src/csharp](src/csharp)\nObjective-C               | [src/objective-c](src/objective-c)\n\nLanguage             | Source repo\n-------------------- | --------------------------------------------------\nJava                 | [grpc-java](https://github.com/grpc/grpc-java)\nKotlin               | [grpc-kotlin](https://github.com/grpc/grpc-kotlin)\nGo                   | [grpc-go](https://github.com/grpc/grpc-go)\nNodeJS               | [grpc-node](https://github.com/grpc/grpc-node)\nWebJS                | [grpc-web](https://github.com/grpc/grpc-web)\nDart                 | [grpc-dart](https://github.com/grpc/grpc-dart)\n.NET (pure C# impl.) | [grpc-dotnet](https://github.com/grpc/grpc-dotnet)\nSwift                | [grpc-swift](https://github.com/grpc/grpc-swift)\n","funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["marshalling","protobuf-runtime","protoc","protocol-buffers","protocol-compiler","activerecord","activejob","mvc","rubygems","ruby-gem"],"project_url":"https://ruby.ecosyste.ms/api/v1/projects/8","html_url":"https://ruby.ecosyste.ms/projects/8"}